View Single Post
Author Message
TiBarification
Junior Member
Join Date: Aug 2012
Location: Ukraine
Old 01-29-2018 , 13:46   [CSS/CS:GO]Jail Warden Pro
Reply With Quote #1

This is plugin for jailbreak gamemode
Core - jwp_core.smx
All other .smx files are modules of core

Github page: https://github.com/TiBarification/Jail-Warden-Pro
Extended documentation is available here: http://tibarification.github.io/Jail-Warden-Pro

Plugin translations is dependence on server global language, it available in core.cfg

Dependences:
- Steamworks

The list of servers, that uses this plugin is available here: JWP Statistics
Plugin is sending info about server to my statistics script. Nothing illegal

Cvars for Core
PHP Code:
// How to choose warden 1:random 2:command 3:voting
// -
// Default: "2"
// Minimum: "1.000000"
// Maximum: "3.000000"
jwp_choose_mode "2"

// Protect menu from random selecting
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
jwp_disable_antiflood "1"

// Time before warden randomly picked if choose mode = 1
// -
// Default: "5"
// Minimum: "1.000000"
// Maximum: "30.000000"
jwp_random_wait "5"

// Time for voting if choose mode = 3
// -
// Default: "30"
// Minimum: "10.000000"
// Maximum: "60.000000"
jwp_vote_time "30"

// Enable (1) or disable (0) auto update. Need Updater!
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
jwp_autoupdate "0" 
Attached Files
File Type: zip jwp.zip (1.11 MB, 543 views)

Last edited by TiBarification; 03-21-2020 at 18:12.
TiBarification is offline