All/anyone - I'm considering updating this to allow group configuration.
I intend to make (yet another one!) a configuration area where anyone can set the groups they want and what level.
I believe the best way would be to allow whole/or decimal multipliers over the actual server limit.
This, at least in my mind, allows 'autoadjust' during any live game.
So this way, no hard code within UNoLimited exists on any limit. Props, ragdolls, vehicles, etc.
Theoretical;
sbox_maxvehicles = 1
sbox_maxprops = 200
sbox_maxragdolls = 1
Superadmins - no limit - can go above server settings as per version 1.1
Admins - (2 x limit) + limit (600 props, 3 vehicles, 3 ragdolls)
<group a> - (1.5 x limit) + limit = ( 500, 2(rounded), 2(rounded)
<group b> - (1 x limit) + limit = ( 400, 1, 1)
<group c> - (.5 x limit) + limit = ( 300, 1, 1)
...
you get the idea I hope.
Some variable would need to be made if limit is actually less than 1...set limit to 0 or 1 decided by host
The above would allow changing server limits at any time. If you wanted to increase limits for props... this would still limit without a server restart to the percentage of props, still keeping all the other sbox_max limits
Anyone else have any other/better ideas?