+ 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:
vbawol
2013-02-20 11:27:42 -06:00
parent fcada965e2
commit c0d38c824c
4 changed files with 56 additions and 7 deletions

View File

@@ -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));