mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
added PVDZE_ to player%1 variable to filter better
This commit is contained in:
@@ -128,7 +128,7 @@ if (_tagSetting) then {
|
||||
};
|
||||
|
||||
_playerUID = getPlayerUID player;
|
||||
_playerObjName = format["player%1",_playerUID];
|
||||
_playerObjName = format["PVDZE_player%1",_playerUID];
|
||||
call compile format["%1 = player;",_playerObjName];
|
||||
publicVariableServer _playerObjName; //Outcommit in DayZ 1.8 No clue for what this is - Skaronator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user