10.06.2011, 21:37
Schurman is correct, use the function strfind. Here's an example of how to use strfind in your case.
pawn Код:
if( strfind( params, "~>~", true ) )
return SendClientMessage(playerid, LIGHTBLUE2, "Usage: Your announcement includes illegal characters.")