mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
0.972
+ recoded vehicle lock/unlock code fixes #69 + added "vehicle locked" addaction. fixes #116 + added cargo check to all vehicles fixes #115
This commit is contained in:
@@ -68,6 +68,8 @@ if (_spawnDMG) then {
|
||||
};
|
||||
};
|
||||
|
||||
// TODO: check if uid already exists and if so increment by 1 and check again as soon as we find nothing continue.
|
||||
|
||||
//Send request
|
||||
_key = format["CHILD:308:%1:%2:%3:%4:%5:%6:%7:%8:%9:",dayZ_instance, _class, _damage , _characterID, _worldspace, [], _array, _fuel,_uid];
|
||||
diag_log ("HIVE: WRITE: "+ str(_key));
|
||||
|
||||
Reference in New Issue
Block a user