SetTimerEx("color", 10000, false, "i", playerid);
forward color(playerid); public color(playerid) { SetPlayerColor(playerid, 0xFF0000); return 1; }