mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
use PVS here instead
This commit is contained in:
@@ -159,7 +159,7 @@ if (_tagSetting) then {
|
||||
_playerUID = getPlayerUID player;
|
||||
_playerObjName = format["player%1",_playerUID];
|
||||
call compile format["%1 = player;",_playerObjName];
|
||||
publicVariable _playerObjName; //Outcommit in DayZ 1.8 No clue for what this is - Skaronator
|
||||
publicVariableServer _playerObjName; //Outcommit in DayZ 1.8 No clue for what this is - Skaronator
|
||||
|
||||
//melee check
|
||||
_wpnType = primaryWeapon player;
|
||||
|
||||
Reference in New Issue
Block a user