PDA

View Full Version : aaaaarrrrrgggggghhhhhhh please help somebody


cainuk
03-13-2004, 01:08 PM
OK my friend has set us up a server slot but on serverinfo we see:

cheats : 1

ive tried to alter this by adding the following commands to the cfg file:

seta sv_cheat "0"
seta g_cheat "0"
seta sv_pure "1"


but none of them work. When we do server info its still set at

cheats : 1

Somebody please help us fix this problem as we are stuck now and dont know what to try

marioatlp
03-13-2004, 01:29 PM
its just cheats 0 but i believe it has to be set at startup or at very least a map_restart

in case you dont know that means adding +set cheats 0

can some one else back me up on this one

GaSplat
03-13-2004, 06:44 PM
I have seen both cheats and sv_cheats. Just set both to 0 in your startup config.

Domz
03-14-2004, 11:48 PM
OK my friend has set us up a server slot but on serverinfo we see:

cheats : 1

ive tried to alter this by adding the following commands to the cfg file:

seta sv_cheat "0"
seta g_cheat "0"
seta sv_pure "1"


but none of them work. When we do server info its still set at

cheats : 1

Somebody please help us fix this problem as we are stuck now and dont know what to try

i'm no expert and i may be wrong, but i've noticed something doesn't equate in your post... you have "seta sv_cheat '0' " and "seta g_cheat '0' "

shouldn't it read "set sv_cheats 0" or "set g_cheats 0"... looks like you're forgetting letter "s" in the word "cheats"

as for the sv_pure command, that should be working... try it without the "a" (ie. set instead of seta) and get rid of the quotation marks on 0

i don't have any quotation marks used on any of my CFG's commands and it works perfectly fine... i also minimize the use of the 'seta' command and just use 'set' instead... i only have seta used for my server's hostname (seta sv_hostname) and rcon password (seta rconpassword)... the a is there only to set the value of the variable and the archive flag so that the value will be saved to the user's default.cfg file to be loaded each time the game is loaded; it's not needed for every command used

-Domz

ForMatt
03-27-2004, 07:12 AM
There's nothing wrong with using seta. There is a diffrence between them but I can't remember what it is. Both will work none the less.

ForMatt

TJay83rd
03-27-2004, 01:14 PM
All ready been said I think but I just use

set cheats 0