Quote:
Originally Posted by PrawkC
You probably didn't use it correctly, look it up on the wiki.. it shows you an example and it WILL work for what you're doing.
|
Quote:
Originally Posted by AndreT
strfind returns -1 when the needle is not found in the haystack.
An example of this would be:
pawn Код:
if(strfind(params, "@", true) == -1) { // No @-sign! }
|
Thanks a lot. My mistake was that i put 'playerid' instead of 'params'.