Jump to content
  • 0

Mission Clean up Script


Gooober

Question

Can anyone help me with the clean up script(server_cleanup.fsm) to 

 

Dayz Chernarus Mission from OpenDayz fourm.

 

I have tried the one from 1.0.2.5.

I have tried to modify some other mission packages.   Removing the Sarge to Mission and DZAI to Mission, but still I'm receiving an error in RPT log that is spamming the shit out of my log.  

 

 

1.0.3.1

 

 

 

Thanks for any help :)

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

used

if(vehicle _x != _x && (vehicle _x getVariable [""Mission"",0] !=1) && !(vehicle _x in _safety) && (isPlayer _x) && !((typeOf vehicle _x) in DZE_SafeVehicle)) then {" \n

 

Spamming RPT Error every second :(

 

Error in expression < ["Mission", 0] !-1) && !(vehicle _x in _safety) && (isPlayer _x) && !(typeOf >

Error position: <_safety) && (isPlayer _x) && !((typeOf >

Error Undefined variable in expression: _safety

Link to comment
Share on other sites

  • 0
if(vehicle _x != _x && !(vehicle _x in _safety) && (isPlayer _x)  && !((typeOf vehicle _x) in DZE_safeVehicle)) then {" \n
 4:06:12 Error in expression <
if(vehicle _x != _x && !(vehicle _x in _safety) && (isPlayer _x)  && !((typeOf >
 4:06:12   Error position: <_safety) && (isPlayer _x)  && !((typeOf >
 4:06:12   Error Undefined variable in expression: _safety

:(

Link to comment
Share on other sites

  • 0

Depends what variable is used in that mission you are using, I think it is "Mission" so it should be :

if(vehicle _x != _x && (vehicle _x getVariable [""Mission"",0] != 1) &&  !(vehicle _x in PVDZE_serverObjectMonitor) && (isPlayer _x)  && !((typeOf vehicle _x) in DZE_safeVehicle)) then {" \n

You have error in "!(vehicle _x in _safety)" 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...