Using FOCK Group Menu?

What files do you have from FOCK?

This should do it though

Code:
waitUntil { isServer ||!isNull player };
ExecVM "FOCKRecruitAI\RecruitInit.sqf";
 
should i put that at the very bottom under all the R3F and sarge AI stuff? Also what part of the description do we put those lines? What do you press in the game to call the menu?
 
Where did you put it in your description? and you still have not answered the most important question, what do you press while playing the game to use this?
 
Let me check how it's activated, and the code for the discripton go directly under the on pause line eg.
Code:
 OnPauseScript = OnPause.sqf
#include
 
Also I have mine configured to work with another menu so at the moment I have no idea how it would normally activate. There should be a
Code:
 addAction
somewhere in the files
 
Ah ok, thanks. that addAction is somewhere in the recruitInit.sqf? Does that mean its accessed by scroll wheel?
 
Can't join my server it is a private project. My scroll menu is incorporated with many other mods and I am currently changing how the respawn works.
 
Back
Top