Evie Addon Details

Watch - Add Favorite

Safe Rcon (Python) - Version 1.12

by DanielB posted on 2008-04-21 20:11:13
2
w00ts
w00t!
Requires: Tags: admin admin script css rcon server control

Description

** IMPORTANT **
This Script is THE SAME as my other ( http://addons.eventscripts.com/addons/view/qadmin). The only Difference is That this uses Pyhton, while the other version is written in ESS


This script allows players specified in the database (addons/eventscripts/qadmin/es_qadmins_db.txt)
to be able to change certain server Variables WITHOUT having to give them rcon.

The changes are done through chat, so if i wanted to change gravity to 280 i would say

/sv_gravity 280

(the "/" is required)

Currently Supported Variables are:
sv_gravity
mp_restartgame
sv_alltalk
mp_freezetime
mp_footsteps
sv_cheats (this is disabled by default)
sv_airaccelerate
sv_maxspeed
mp_flashlight
es_load
es_unload
es_enable
es_disable
exec

to enable disabled commands, simply change the line
qcheats = 0
to
qcheats = 1
in the file "srcon.py"

Installation

extract contents to into cstrike/
add "es_load srcon" to cfg/autoexec.cfg

Version Notes For 1.12 (Announce this update)

Updated on: 2008-05-17 01:42:59 EST
Set format to be compatible with es_install
( Previous Versions )