FT_client_query

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Locked
User avatar
Striker
Footman
Posts: 106
Joined: Thu Jul 07, 2005 2:40 pm
Location: Duisburg, Germany
Contact:

FT_client_query

Post by Striker » Sat Nov 26, 2005 6:39 am

[small]
if ( iCvar[FT_QUERY_CLIENT] )
{
...
}
[/small]

ok, so... when I set the cvar FT_query_client to "1" all players with cl_minmodels "1" will be kicked ?

If yes: the query-option doesn't work (v2.2.9)
if no: edit the comment in war3FT.cfg

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Sat Nov 26, 2005 10:41 am

You have to change it in war3ft.cfg, you can't change it using amx_cvar...

And it does work :)
No Support via PM

User avatar
Striker
Footman
Posts: 106
Joined: Thu Jul 07, 2005 2:40 pm
Location: Duisburg, Germany
Contact:

Post by Striker » Sat Nov 26, 2005 2:18 pm

I set FT_query_client to "1" - nothing happened with cl_minmodels "1"

I set FT_query_client to "0" - nothing happened with cl_minmodels "1"

so it doesn't work for me. I changed the value of FT_query_client in war3FT.cfg and yes... I didn't forget to change the map.
version : 47/1.1.2.5/Stdio 3318 secure
21:21:40 Metamod v1.18p26 2005/08/29 (5:12)
by Will Day
http://www.metamod.org/
Patch: Metamod-P (mm-p) v26
by Jussi Kivilinna
http://koti.mbnet.fi/axh/
compiled: Aug 29 2005, 16:08:55 EET (optimized)

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Sat Nov 26, 2005 3:57 pm

So you're NOT using amx_cvar ?

Perhaps there needs to be a new metamod compile for it to work or somthing, b/c I saw on hlcoders that they changed the querying stuff, I'll check the amxx forums
No Support via PM

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Sat Nov 26, 2005 4:09 pm

OK talked to BAIL, this will be fixed when amxmodx 1.65 is released
No Support via PM

User avatar
Striker
Footman
Posts: 106
Joined: Thu Jul 07, 2005 2:40 pm
Location: Duisburg, Germany
Contact:

Post by Striker » Sat Nov 26, 2005 4:19 pm

ok ;)

User avatar
TooL
Peon
Posts: 31
Joined: Wed Jan 04, 2006 2:47 pm
Contact:

Post by TooL » Wed Jan 04, 2006 9:50 pm

Just a quick question to make things more clear since we haven't been around in a while :o

In the CVS it states: Addition: Added FT_query_client cvar, setting this to 1 will NOT query the client's cl_minmodel value

And in war3ft.cfg the cvar is by default: FT_query_client 1 // Check user's cl_minmodel cvar every second (default is 1)

It almost seems the way it is stated in war3ft.cfg that a setting of 1 will check every second. Which one definitely disables checking?

Sorry if this has been covered already.
260servers.net - BF2142 Pimp Shack =RANKED=
Also featuring War3x SAVED XP | 209.40.101.127:27015
Image

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Wed Jan 04, 2006 10:34 pm

Setting it to 0... I'm a retard in the CVS :(
No Support via PM

ferrets
Peon
Posts: 8
Joined: Mon Jan 23, 2006 2:48 am

Post by ferrets » Mon Jan 23, 2006 2:53 am

Hi,

We are currently running 2.3.0 and have the FT_query_client set to 1. It does not kick the user in game if they have this setting only when they join server or on map change.

Code: Select all

FT_query_client		1		// Check user's cl_minmodel cvar every second (default is 1)
from this quote will this function not work until this release of amxmodx 1.65 or have i set something else up wrong on the server?
Geesu wrote:OK talked to BAIL, this will be fixed when amxmodx 1.65 is released
Thanks for your time

ferrets :D

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Mon Jan 23, 2006 11:28 am

You have to wait for 1.6.5
No Support via PM

ferrets
Peon
Posts: 8
Joined: Mon Jan 23, 2006 2:48 am

Post by ferrets » Mon Jan 23, 2006 1:45 pm

Thanks mate :D

Locked