Fix #991 (DayZ Mod 1.8 Way)

This commit is contained in:
Skaronator
2014-01-18 16:02:00 +01:00
parent 7ef18f0183
commit 326e758d29
3 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ if (r_player_infected) then {
//Send Death Notice
//["PVDZE_plr_Died",[dayz_characterID,0,_body,_playerID,dayz_playerName,_infected]] call callRpcProcedure;
PVDZE_plr_Died = [dayz_characterID,0,_body,_playerID,dayz_playerName,_infected];
PVDZE_plr_Died = [dayz_characterID,0,_body,_playerID,_infected];
publicVariableServer "PVDZE_plr_Died";
_id = [player,20,true,getPosATL player] spawn player_alertZombies;