02.12.2014, 12:24
try
pawn Код:
SetTimerEx("color", 1000, true, "i", playerid);
pawn Код:
forward color()
public color()
{
TextDrawColor(text, 0x0000FFFF); //this is blue
return 1;
}