better halo jump on spawn

This commit is contained in:
Zac Surplice
2013-11-18 12:10:00 +11:00
parent f1d62cf7cc
commit 700fa10748
4 changed files with 12 additions and 9 deletions

View File

@@ -233,7 +233,7 @@ _playerObj setVariable["humanity_CHK",_humanity];
//_playerObj setVariable["state",_state,true];
_playerObj setVariable["lastPos",getPosATL _playerObj];
dayzPlayerLogin2 = [_worldspace,_state,PVDZE_plr_SetWeather,PVDZE_plr_SetDate];
dayzPlayerLogin2 = [_worldspace,_state,PVDZE_plr_SetWeather,PVDZE_plr_SetDate,_randomSpot];
_clientID = owner _playerObj;
_clientID publicVariableClient "dayzPlayerLogin2";