FT_client_query
Moderator: Forum Moderator
FT_client_query
[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
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
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.
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)
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.

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.
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.
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?
ferrets
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)
Thanks for your timeGeesu wrote:OK talked to BAIL, this will be fixed when amxmodx 1.65 is released
ferrets
