Jump to content
  • 0

how to compile server_monitor.fsm


monkeybrain

Question

I want to add a vehicle to server_monitor.fsm, to stop it vanishing, like the parachute and uav(which I have done). However I'm not to sure  how to compile the file.

 

I tried this

if (isServer) then {
    server_init = compile preProcessFileLineNumbers "server_init.sqf";


};

in my init and then putting this in server_init.

[]execFSM "server_monitor.fsm"

But it doesn't seem to work.

Server_init and server_monitor would be in my mission file.

Could someone help me out?

 

Thanks!

Link to comment
Share on other sites

1 answer 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
  • Advertisement
  • Discord

×
×
  • Create New...