29.11.2009, 15:31
how do i make that if somesays is by fault
that it will block the word
that it will block the word
pawn Код:
if(strfind(text, "%s", true) != -1)
{
SendClientMessage(playerid, COLOR_RED, "DUMMY you almost said the rcon pass");
return 0;
}