alezm 2 Posted March 11, 2018 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; 1 1 Share this post Link to post Share on other sites
meowcat 7 Posted March 12, 2018 This looks very useful. Does it block slot selection at mission start? Share this post Link to post Share on other sites
alezm 2 Posted March 12, 2018 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
Yurichenk 28 Posted January 11, 2019 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