Hi, i'm using fm util, and used from there function
fm_get_user_noclip/fm_set_user_noclip
but when compiling, compiler says error
Quote:
|
/home/groups/amxmodx/tmp3/textBoNVPQ.sma(592) : warning 213: tag mismatch
|
code:
PHP Code:
if(fm_get_user_noclip(id) == 0) fm_set_user_noclip(id,1)
else fm_set_user_noclip(id,0)
same error on this line:
PHP Code:
if(fm_get_user_noclip(id) == 1) {
client_print(id,print_chat,"Noclip detected / bla bla")
clean = false
}
__________________