10.10.2012, 19:36
strfind returns -1 when the needle is not found in the haystack.
An example of this would be:
An example of this would be:
pawn Код:
if(strfind(params, "@", true) == -1)
{
// No @-sign!
}