This commit is contained in:
[VB]AWOL
2013-10-13 13:15:27 -05:00
parent 2a38e3fdd0
commit c12818f6f9
10 changed files with 14 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ _isInVehicle = vehicle _character != _character;
_timeSince = 0;
_humanity = 0;
diag_log ("DW_DEBUG: (isnil _characterID): " + str(isnil "_characterID"));
//diag_log ("DW_DEBUG: (isnil _characterID): " + str(isnil "_characterID"));
if (_character isKindOf "Animal") exitWith {
diag_log ("ERROR: Cannot Sync Character " + (name _character) + " is an Animal class");
@@ -182,7 +182,7 @@ if (_characterID != "0") then {
//Wait for HIVE to be free
//Send request
_key = format["CHILD:201:%1:%2:%3:%4:%5:%6:%7:%8:%9:%10:%11:%12:%13:%14:%15:%16:",_characterID,_playerPos,_playerGear,_playerBackp,_medical,false,false,_kills,_headShots,_distanceFoot,_timeSince,_currentState,_killsH,_killsB,_currentModel,_humanity];
diag_log ("HIVE: WRITE: "+ str(_key) + " / " + _characterID);
//diag_log ("HIVE: WRITE: "+ str(_key) + " / " + _characterID);
_key call server_hiveWrite;
};
};