Some more position fixes

This commit is contained in:
icomrade
2016-02-18 09:15:40 -05:00
parent 6ec324cf10
commit 277d87fa3b
4 changed files with 13 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ _dateNow = (DateToNumber date);
_maxWildZombies = 3;
_age = -1;
_radius = 200;
_position = getPosATL player;
_position = [player] call FNC_GetPos;
dayz_spawnZombies = 0;
dayz_CurrentZombies = 0;