23.03.2011, 13:03
(
Последний раз редактировалось Pablo Borsellino; 23.03.2011 в 14:29.
)
if(!strfind(user,"NICK",true,0)!= -1)
You forgott the !
But use:
if(!strfind(user,"NICK"))
You forgott the !

if(!strfind(user,"NICK"))