Skip to content
Michael Loftus edited this page Jan 1, 2024 · 5 revisions

Known issues

CURRENTLY BROKEN ON WINDOWS

LR weapon drop prevention

Respawn does not work reliably in riot lr (temp disabled)

Commands

!w : Become the warden

!rw : Remove warden as admin

!wub : Enable no block as warden

!wb : Enable block as warden

!swap_guard : Move a player to CT as admin

!wd : Call a warday at location as warden

!wcommands : List basic warden commands

!guns : CT gun menu

!lr : Start an

!cancel_lr : Cancel an lr as admin or warden

!lr_stats : Show your lr stats

!sd : start an sd as admin

!sd_ff : start a friendly fire sd as admin

!cancel_sd : end a active sd as admin

Config

// Database username

"username": "",

// Database password

"password": "",

// Database ip

"server": "127.0.0.1",

// database port

"port": "3306",

// database name

"database": "cs2_jail",

// give ct guns on round start

"ct_guns": true,

// enable ct gun menu

"ct_gun_menu": true,

// auto give ct armour

"ct_armour": true,

// how many t's for each CT

"bal_guards": 0,

// how many t's alive to use lr

"lr_count": 2,

// t's are allways muted

"mute_t_allways": false,

// CT cannot hear T on voice chat

"ct_voice_only": false,

// Only admin can swap to ct

"ct_swap_only": false,

// Lr enables

"enable_riot": false,

"hide_kills": false,

"lr_knife": true,

"lr_gun_toss": true,

"lr_dodgeball": true,

"lr_no_scope": true,

"lr_shotgun_war": true,

"lr_grenade": true,

"lr_russian_roulette": true,

"lr_scout_knife": true,

"lr_headshot_only": true,

"lr_shot_for_shot": true,

"lr_mag_for_mag": true,

"ConfigVersion": 1

Clone this wiki locally