RPT log error

zappi

Well-Known Member
Hi all, i receve this error from RPT...

8:10:08 Error in expression <ble ["DZAI",0] != 1) && !(vehicle _x in _safety) && (typeOf vehicle _x) != "Para>
8:10:08 Error position: <_safety) && (typeOf vehicle _x) != "Para>
8:10:08 Error Undefined variable in expression: _safety

I use DZAI and mission AI
The line supposed in error was the same i was using while hosting Epoch 1.0.2.5 and i didnt receved this error in this epoch.
Now i'm on 1.0.3 and i receve the error in RPT...

The line is in my server_cleanup.fsm ans is:

Code:
if(vehicle _x != _x && (vehicle _x getVariable [""DZAI"",0] != 1) && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n

I v got the chopper patrol activated in DZAI...

Anyhelp to solve it?
 
Code:
if(vehicle _x != _x && (vehicle _x getVariable [""DZAI"",0] != 1) && !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x) && !((typeOf vehicle _x) in DZE_safeVehicle)) then {" \n
 
Back
Top