mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +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;
|
||||
|
||||
@@ -1069,7 +1069,7 @@ class FSM
|
||||
"_playerObjName = format[""player%1"",_playerUID];" \n
|
||||
"call compile format[""player%1 = player;"",_playerUID];" \n
|
||||
"////diag_log (format[""player%1 = player"",_playerUID]);" \n
|
||||
"publicVariable _playerObjName;" \n
|
||||
"publicVariableServer _playerObjName;" \n
|
||||
"" \n
|
||||
"//_state = player getVariable[""state"",[]];" \n
|
||||
"_currentWpn = """";" \n
|
||||
|
||||
Reference in New Issue
Block a user