10.08.2018, 20:33
or change
to
pawn Код:
if(strfind(string,removed) == -1)
pawn Код:
if(strfind(string,removed) != 0)
or
if(strfind(string,removed))
