Search results

  1. A

    [Help] Map Edited Vehicles Disappear

    try this if (_object getVariable "SARGE" == 1) exitWith {}; under if ((typeName _objectID != "string") || (typeName _uid != "string")) then { diag_log(format["Non-string Object: ID %1 UID %2", _objectID, _uid]); //force fail _objectID = "0"; _uid = "0"; };
Back
Top