09.07.2009, 13:03
Or if you wish to set it only for one player, you can use this:
pawn Код:
SetTimerEx("SecondTimer", 4000, 1, "i", playerid);
forward SecondTimer(playerid);
public SecondTimer(playerid)
{
SendClientMessage(playerid, COLOR, " ");
}