rebel1324 / NutScript

A free role-play framework for Garry's Mod.
http://nutscript.net
MIT License
65 stars 31 forks source link

Characters limit #309

Closed MsYoda closed 5 years ago

MsYoda commented 5 years ago

Hello! How can I set a limit on the amount of characters for a player.

lechu2375 commented 5 years ago

Hey! You can use hook GetMaxPlayerCharacter(client) for modyfing this variable for players. For setting this var for whole server go to the f1 menu then configuration and look for characters tab. There you have maxChars option that you can adjust.

MsYoda commented 5 years ago

Thanks!