26.11.2010, 04:56
why do these 2 methods always return true even when false
and
all help is appreciated as I do not know what is wrong
pawn Код:
if(strfind(text, "10-4", true))
{
...
return 0;
}
pawn Код:
if(strcmp(params, "help", true))
{
...
}

