Jump to content
  • 0

Help adding something in the new server_cleanup.fsm


banfrad

Question

Hey guys :)

 

I want to add The Chernarus Mission System again on my server.

I got it installed before the update.

But now i have 1 problem:

 

 

It says i should change this:

 

if(vehicle _x != _x && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest""then {" \n 

 

Into this in the server_cleanup.fsm:

 

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

 

But the file changed so that i dont know how to add this in there.

I really need some help.

 

Thx guys

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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
  • Discord

×
×
  • Create New...