i have a problem with this warning
Code:
// F:\hlds\cstrike\addons\amxmodx\scripting\antirushfinal.sma(86) : warning 213:
tag mismatch
it refers to this line
TEST_TIME=get_pcvar_float(cvar_antirusher_fre q)
cvar_antirusher_freq is a global
new Float: cvar_antirusher_freq
and in the plugin_init() it is
cvar_antirusher_freq=register_cvar("amx_antir usher_freq",1.0)
some help?

sorry for all these topics but I am at the begining