net_graph equal kick

Post your support questions here. Please search before asking a question.
Locked
d0hnutz
Posts: 4
Joined: Sun Jun 26, 2011 12:38 am

net_graph equal kick

Post 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!
Image
Kigen
Site Admin
Posts: 1496
Joined: Sat Jun 07, 2008 11:08 am
Location: Right behind you....
Contact:

Re: net_graph equal kick

Post by Kigen »

The line you entered was designed to kick people who had net_graph enabled.
Image
d0hnutz
Posts: 4
Joined: Sun Jun 26, 2011 12:38 am

Re: net_graph equal kick

Post 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."
Image
Kigen
Site Admin
Posts: 1496
Joined: Sat Jun 07, 2008 11:08 am
Location: Right behind you....
Contact:

Re: net_graph equal kick

Post 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?
Image
d0hnutz
Posts: 4
Joined: Sun Jun 26, 2011 12:38 am

Re: net_graph equal kick

Post 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.
Image
Kigen
Site Admin
Posts: 1496
Joined: Sat Jun 07, 2008 11:08 am
Location: Right behind you....
Contact:

Re: net_graph equal kick

Post 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.
Image
d0hnutz
Posts: 4
Joined: Sun Jun 26, 2011 12:38 am

Re: net_graph equal kick

Post by d0hnutz »

tnx.

/switched to SMAC.
Image
Locked