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

Compiling

Impact edited this page Jan 26, 2016 · 19 revisions

CallAdmin uses code from a few projects for its functionality, those are called dependencies.
If you want to compile CallAdmin, you need to have those dependencies in your include folder.
Please read this page before you continue.
CallAdmin needs to be compiled with at least Sourcemod 1.7. We currently use snapshots of the 1.7 and 1.8 branches.

The latest CallAdmin development version contains all those dependencies

All plugins

These dependencies are required for all plugins and/or modules

AutoExecConfig

AutoExecConfig is used to generate and update plugin config files.

Updater

Updater is used to automatically update the plugin on servers where it's installed.

Calladmin Steam-Module

The steam module has the following additional dependencies.

MessageBot

MessageBot is used to send messages with the steam bot.

Socket

Socket is used to grab members from steam groups.

Clone this wiki locally