mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-26 03:36:02 +03:00
need quotes if using isnil
This commit is contained in:
@@ -90,8 +90,8 @@ if (_qty >= _qty_in) then {
|
||||
if (_qty >= _qty_in) then {
|
||||
|
||||
//["PVDZE_obj_Trade",[_activatingPlayer,_traderID,_bos]] call callRpcProcedure;
|
||||
if (isNil _obj) then { _obj = "Unknown Vehicle" };
|
||||
if (isNil inTraderCity) then { inTraderCity = "Unknown Trader City" };
|
||||
if (isNil "_obj") then { _obj = "Unknown Vehicle" };
|
||||
if (isNil "inTraderCity") then { inTraderCity = "Unknown Trader City" };
|
||||
PVDZE_obj_Trade = [_activatingPlayer,_traderID,_bos,_obj,inTraderCity];
|
||||
publicVariableServer "PVDZE_obj_Trade";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user