We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ConVars are made to dynamically change the settings of the server: So you should add these ConVars (with modified names!) to your custom class addon
CreateConVar("ttt_customclasses_enabled", "1") [SHARED]
This can be used to enable/disable the class selection.
CreateConVar("ttt2_classes_shooter_enabled", "1") [SHARED]
should be "ttt2_classes_" .. name .. "_enabled". This can be used to enable/disable a specific class.