Jump to content

Recommended Posts

Reserved slot script for arma 3 mission working on mp and sp 

https://github.com/alezm00/AZM_Functions/tree/master/res_slot.Tanoa

 

https://github.com/alezm00/AZM_Functions/

 

put [] execVM "Reservedslots.sqf"; in the init.sqf

 

then open the file reservedslots.sqf

and edit the main functions [Arma3 UID, slot variable name] call AZM_RESERVED_SLOT;

 

  • Like 1
  • Thanks 1

Share this post


Link to post
Share on other sites

This looks very useful. Does it block slot selection at mission start?

Share this post


Link to post
Share on other sites
4 hours ago, meowcat said:

This looks very useful. Does it block slot selection at mission start?

no my script simply kick to lobby a player if not whitelisted for a single slot

Share this post


Link to post
Share on other sites
On 11/3/2018 at 9:36 AM, alezm said:

Reserved slot script for arma 3 mission working on mp and sp 

https://github.com/alezm00/AZM_Functions/tree/master/res_slot.Tanoa

 

https://github.com/alezm00/AZM_Functions/

 

put [] execVM "Reservedslots.sqf"; in the init.sqf

 

then open the file reservedslots.sqf

and edit the main functions [Arma3 UID, slot variable name] call AZM_RESERVED_SLOT;

 

If I wanted to create a list of IDs that could not use a list of certain slots, would it be possible to do this with your script? How would the process be then?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×