-
Notifications
You must be signed in to change notification settings - Fork 17
Main Plugin Installation
The main plugin is the brain of CallAdmin.
The plugin provides all the features the modules are using and thus is needed for all of them.
While an older version may work, CallAdmin's officially supported sourcemod version is 1.10+
- Download the plugin from the CallAdmin forum thread
- Unzip the file, leave the directory structure as it is and upload all files into the
.../addons/sourcemod
directory on your game server - Get the optional plugin updater, we highly recommend you to use it, so your CallAdmin and its modules will always be up to date
- Restart your server, change the map or manually load the plugin to create the configs
- Edit the config(s) to your purposes
- Restart your server, change the map again or read below so the config will be applied
- Install other modules
- Check that everything works
The plugin creates 2 config files.
The main config lies in the .../cfg/sourcemod
folder and is named plugin.calladmin.cfg
The reasons config lies in the .../addons/sourcemod/configs
folder and is named calladmin_reasons.cfg
The main config can simply be executed
exec sourcemod/plugin.calladmin.cfg
Single convars can also be changed directly via the command line
sm_calladmin_own_reason 0
The reasons config can be reloaded with the build in command
sm_calladmin_reload
By reloading the plugin (modules which require the plugin would need to be unloaded first)
sm plugins reload calladmin
Or by restarting the server