Minimum Level Requirement - Hell Let Loose
How can I assign a minimum level requirement for Squad Leads and Commanders in Hell Let Loose?
Solution:Jump to solution
This isn't really doable. The closest you could get is a Player Update trigger, which only runs every 60 or more seconds, then add two conditions, one to see if they are an Officer or Commander and the other to see if they do not meet the level threshold. Then, either you can message, punish (admin-kill), or kick them from the server. The game does not provide an option to disband or kick from squads.
3 Replies
Like, through play time?
Maybe a but brutal, but Disband their squad (if doable) if they don't have a certain number of hours on your server / on the game; demote them from commander, the same way.
There's a condition in the triggers that allows to verify that variable.
Just search Server Play Time in conditions
Solution
This isn't really doable. The closest you could get is a Player Update trigger, which only runs every 60 or more seconds, then add two conditions, one to see if they are an Officer or Commander and the other to see if they do not meet the level threshold. Then, either you can message, punish (admin-kill), or kick them from the server. The game does not provide an option to disband or kick from squads.
Thank you!