withgod / sm-force-lock-class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sm-force-lock-class

introduction

this plugin forces Sniper / Spy intervals.

installation

extract zip

unzip -d /path/to/tf/addons/sourcemod ./sm-force-lock-class_0.0.0.zip

add your database.cfg

vim /path/to/tf/addons/sourcemod/configs/databases.cfg
	"force-class-interval"
	{
		"driver"			"sqlite"
		"host"				"localhost"
		"database"			"force-class-interval-sqlite"
	}

cvars

  • fci_force_interval = 15 (default 15. unit min.)
    • force interval time(min)"
  • fci_debug = true | false (default false)
    • foce interval plugin debug cvar

links

About

License:GNU General Public License v3.0


Languages

Language:SourcePawn 93.8%Language:Batchfile 4.4%Language:Shell 1.8%