PDA

View Full Version : Where can i EDIT heros?


Chemical
08-21-2004, 19:40
Hi guys.. hope you can help me again!
This is the thing i dont understand:

CVARS
casper_level - What level till they can use Casper (Default)
casper_health - How much health for Casper? (Default 50)
casper_armor - How much armor for Casper? (Default 25)

Do i open the CVARS.ini in the amx folder, and then edit it like this:

; Menu configuration file
; File location: $moddir/addons/amx/cvars.ini
; To use with Commands Menu plugin

; Cvars Menu:
; < cvar > < values > ... < access level >

"mp_timelimit" "0" "30" "45" "u"
"mp_friendlyfire" "0" "1" "u"
"mp_autoteambalance" "0" "1" "2" "u"
"sv_password" "" roxor "clanwar" "u"
"mp_limitteams" "0" "1" "2" "u"
"mp_freezetime" 0 "6" "u"
"mp_buytime" "1" "0.5" "u"
"mp_startmoney" "800" "1800" "3600" "u"
"mp_c4timer" "35" "45" "15" "u"
"mp_forcechasecam" "0" "1" "2" "u"
"pausable" 0 1 "u"
"sv_minrate" "2000" "3000" "u"
"sv_maxrate" "7000" "6500" "u"
"allow_spectators" "0" "1" "u"
"sv_voiceenable" "0" "1" "u"
"mp_logmessages" "0" "1" "u"
"casper_level" "20"
"casper_health "1000"
"casper_armor" "0"

?!?!?!?! plzz help me someone ?!?!?!

//Chemical

adversary*D
08-21-2004, 19:51
edit your shconfig

Chemical
08-21-2004, 20:04
Do i edit it via the console? ... amx_cfg shconfig or what?

//Chemical

jtp10181
08-21-2004, 20:13
no... you open it with a text editor, its a file

shconfig.cfg

08-21-2004, 23:43
If you're using the old sh mod version, edit server.cfg. If you're using the newest version edit shconfig.cfg.

jtp10181
08-21-2004, 23:56
If you're using the old sh mod version, edit server.cfg. If you're using the newest version edit shconfig.cfg.

never ever put plugin cvars in the server.cfg because it only loads on server start. they should go in the amx.cfg.

If you are using the old shero... rather than messing with it you should just upgrade.