Updated Death system

This commit is contained in:
Florian Kinder
2014-02-18 23:22:38 +01:00
parent 86869bdf03
commit d74602fb95
5 changed files with 73 additions and 114 deletions

View File

@@ -148,8 +148,8 @@ if ((dayz_spawnZombies < _maxControlledZombies) and (dayz_CurrentNearByZombies <
//dayz_zedMonitor set [count dayz_zedMonitor, _agent];
//Disable simulation
PVDZ_Server_Simulation = [_agent, false];
publicVariableServer "PVDZ_Server_Simulation";
PVDZE_Server_Simulation = [_agent, false];
publicVariableServer "PVDZE_Server_Simulation";
//Start behavior
_id = [_position,_agent] execFSM "\z\AddOns\dayz_code\system\zombie_agent.fsm";