Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Main Plugin Installation

Impact edited this page Jun 5, 2020 · 8 revisions

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+

Installation

  1. Download the plugin from the CallAdmin forum thread
  2. Unzip the file, leave the directory structure as it is and upload all files into the .../addons/sourcemod directory on your game server
  3. Get the optional plugin updater, we highly recommend you to use it, so your CallAdmin and its modules will always be up to date
  4. Restart your server, change the map or manually load the plugin to create the configs
  5. Edit the config(s) to your purposes
  6. Restart your server, change the map again or read below so the config will be applied
  7. Install other modules
  8. Check that everything works

Configuration files

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

Reloading configs

Main config

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

Reasons config

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

Clone this wiki locally