I,m trying to get all players with ( for example ) mp_decals 300.000000
so I did
PHP Code:
query_client_cvar(id, "mp_decals", "ag")
public ag(id, const cvar[], const value[]) {
new iValue = str_to_float(value)
server_print("user has %.2f",iValue)
if(iValue == 300.000000 ) {
// do
}
}
but server_print debug show me ONLY float value like 300.00 and not 300.000000 , so my condition if ( ivalue == 300.000000) not working
how to get more digits after zero ?
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc