Page 1 of 1
FT_client_query
Posted: Sat Nov 26, 2005 6:39 am
by Striker
[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
Posted: Sat Nov 26, 2005 10:41 am
by Geesu
You have to change it in war3ft.cfg, you can't change it using amx_cvar...
And it does work

Posted: Sat Nov 26, 2005 2:18 pm
by Striker
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
Posted: Sat Nov 26, 2005 3:57 pm
by Geesu
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
Posted: Sat Nov 26, 2005 4:09 pm
by Geesu
OK talked to BAIL, this will be fixed when amxmodx 1.65 is released
Posted: Sat Nov 26, 2005 4:19 pm
by Striker
ok

Posted: Wed Jan 04, 2006 9:50 pm
by TooL
Just a quick question to make things more clear since we haven't been around in a while
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.
Posted: Wed Jan 04, 2006 10:34 pm
by Geesu
Setting it to 0... I'm a retard in the CVS

Posted: Mon Jan 23, 2006 2:53 am
by ferrets
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

Posted: Mon Jan 23, 2006 11:28 am
by Geesu
You have to wait for 1.6.5
Posted: Mon Jan 23, 2006 1:45 pm
by ferrets
Thanks mate
