added PVDZE_ to player%1 variable to filter better

This commit is contained in:
[VB]AWOL
2014-01-26 12:16:13 -06:00
parent b551a6f343
commit b508bde202
4 changed files with 124 additions and 4 deletions

View File

@@ -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