Quake1011 / multicfg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi CFG

The plugin allows you to change and set the game mode right during the match using a configurable configuration file

Requirements

  • MYSQL or SQLITE

Setup

  1. Move all files according to the current directories.
  2. Add "multicfg" section in configuration file addons/sourcemod/configs/database.cfg:
"multicfg"
{
  "driver"      "mysql"
  "host"	"255.255.255.255"
  "database"	"dbname"
  "user"	"dbuser"
  "pass"	"password"
}
  1. To configure multimode.ini for yourself
  2. Compile Multicfg.sp and move it to the plugins folder
  3. Restart a server

Commands

  • sm_multi - Select mode and map for (ROOT)

TODO:

  • BackCounter
  • Voting
  • Advanced settings by cfg
  • MultiLang

Thanks

About possible problems, please let me know:

About


Languages

Language:SourcePawn 100.0%