Jump to content
  • 0

init.sqf fail?


Moody

Question

Hello!

Im trying to use a couple mods on my server, im 99% sure i did everything right(i hope).

 

Im insecure about the init.sqf file, does this look right, or is something missing here?

 

 

[] execVM "IgiLoad\IgiLoadInit.sqf";
 
if (isServer) then {
execVM "custom\Roamers\init.sqf";
};
 
// Welcome Credits
[] execVM "intro\welcome.sqf";
 
// Status Bar
[] execVM "scripts\fn_statusBar.sqf";
 
 
};

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Remove the }; at the end, that should fix it.

Thank you very much sir!

 

Also, now that i have a thread open here. Is it possible to add more options to spawn in the admin panel (F1)? Like if i add tanks and/or more weapons and such.

 

Its also missing some basic stuff already, like Nightstalker scope and submarine(the only things i could remember now on the go).

 

Cheers!

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...