Page 1 of 1

net_graph equal kick

Posted: Sun Jun 26, 2011 12:40 am
by d0hnutz
Hi,

since a long time i went back to use KAC for my l4d Servers.

But atm i dont run it, because i cant disabe that cvar...

Disconnect: Your convar net_graph should equal 0 but it was set to 1. Please correct this before rejoining.


kac_addcvar net_graph equal kick 0


] kac_addcvar net_graph equal kick 0
Successfully added ConVar net_graph to the check list.


i added it to server.cfg, kigens cfg and sourcemod cfg, used it as rcon command as well.

but i still get kicked for having net graph 1.

Help please.

Thank u!

Re: net_graph equal kick

Posted: Sun Jun 26, 2011 1:51 am
by Kigen
The line you entered was designed to kick people who had net_graph enabled.

Re: net_graph equal kick

Posted: Sun Jun 26, 2011 3:21 am
by d0hnutz
Hey,

oh, then i misunderstand it?

So, if i set it to "1" , it wont kick anymore?

"Lets also say that you may not want people messing with their net_graph while connected to your server. All you'd have to do is enter the command " kac_addcvar net_graph equal kick 0 " and your done."

Re: net_graph equal kick

Posted: Sun Jun 26, 2011 6:55 am
by Kigen
Your net_graph is enabled if you set it to 1.

kac_addcvar <convar> <comparison type> <action> <what the convar should be set to>

So if you use "kac_addcvar net_graph equal kick 0" then KAC will check everyone's net_graph. When KAC receives the convar's status back it will make sure net_graph is set to 0, if not then it will kick them.

I fail to see what your problem is here. You want to prevent people from using net_graph, yes? If so then why are you setting your net_graph to 1?

Re: net_graph equal kick

Posted: Mon Jun 27, 2011 6:13 am
by d0hnutz
hey,

no , i dont want ppl get kicked for using netgraph.

i set it now to 1, now ppl get kicked that have net_graph 3...

so please just tell me the way to disable the full netgraph cvar check.

thank u.

Re: net_graph equal kick

Posted: Mon Jun 27, 2011 9:42 am
by Kigen
Uhh, remove all your entries of kac_addcvar net_graph.

If you need to do it RIGHT NOW, then use "kac_removecvar net_graph" in RCON.

Re: net_graph equal kick

Posted: Thu Jun 30, 2011 9:11 am
by d0hnutz
tnx.

/switched to SMAC.