This commit is contained in:
[VB]AWOL
2013-11-18 10:22:04 -06:00
parent 946c80d211
commit 160c62927f
2 changed files with 26 additions and 8 deletions

View File

@@ -233,10 +233,23 @@ _playerObj setVariable["humanity_CHK",_humanity];
//_playerObj setVariable["state",_state,true];
_playerObj setVariable["lastPos",getPosATL _playerObj];
dayzPlayerLogin2 = [_worldspace,_state,PVDZE_plr_SetWeather,PVDZE_plr_SetDate,_randomSpot];
_clientID = owner _playerObj;
_clientID publicVariableClient "dayzPlayerLogin2";
dayzPlayerLogin2 = [_worldspace,_state,_randomSpot];
// PVDZE_plr_SetWeather,PVDZE_plr_SetDate
PVDZE_obj_Debris = DZE_LocalRoadBlocks;
_clientID = owner _playerObj;
if (!isNull _playerObj) then {
_clientID publicVariableClient "dayzPlayerLogin2";
// send road blocks
_clientID publicVariableClient "PVDZE_obj_Debris";
_clientID publicVariableClient "PVDZE_plr_SetDate";
_clientID publicVariableClient "PVDZE_plr_SetWeather";
};
//record time started
_playerObj setVariable ["lastTime",time];
//_playerObj setVariable ["model_CHK",typeOf _playerObj];