31.05.2015, 02:09
EDIT: There is two way to displaying message to the player.
just an example
Код:
SetTimerEx("balablabla", limit, false, "d", playerid);
Код:
forward balablabla(playerid); public balablabla(playerid) { Kick(playerid); return 1; }