mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Missing SERVER_VARS on revive
https://github.com/EpochModTeam/Epoch/issues/963
This commit is contained in:
parent
097102c1aa
commit
ad36d16335
@ -116,6 +116,7 @@ if (!local _player) then {
|
|||||||
_newPlyr setVariable ["PUID", _playerUID];
|
_newPlyr setVariable ["PUID", _playerUID];
|
||||||
_newPlyr setVariable ["GROUP", _playerGroup];
|
_newPlyr setVariable ["GROUP", _playerGroup];
|
||||||
_newPlyr setVariable ["REVIVE", false];
|
_newPlyr setVariable ["REVIVE", false];
|
||||||
|
_newPlyr setVariable ["SERVER_VARS",_player getVariable ["SERVER_VARS",[]]];
|
||||||
|
|
||||||
// _player playActionNow "Die";
|
// _player playActionNow "Die";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user