13.11.2017, 07:02
This example won't work -
Good job with the include though, regex usually gives run time error 20 and crashes server randomly.
Код:
public OnPlayerText(playerid, text[]) { if(stringContainsIP(text)) { SendClientMessage(playerid, "Text blocked for advertising."); return 0; } return 1; }
Код:
SendClientMessage(playerid, -1, "Text blocked for advertising.");