question about textdraw
#6

pawn Код:
forward TextdrawColorChange();
pawn Код:
SetTimer("TextdrawColorChange", 6000, 0);
pawn Код:
public TextdrawColorChange()
{
 new Colors[] = { your colors };
 for(new i = 0; i < MAX_PLAYERS; i++)
 {
 TextDrawHideForPlayer(i,your textdraw);
 TextDrawColor(Textdraw0,Colors[random(sizeof(Colors))]);
 TextDrawShowForPlayer(i,your textdraw);
 }
 SetTimer("TextdrawColorChange", 6000, 0);
}
Try.
Reply


Messages In This Thread
question about textdraw - by aircombat - 21.02.2010, 17:11
Re: question about textdraw - by aircombat - 22.02.2010, 12:21
Re: question about textdraw - by Virtual1ty - 22.02.2010, 12:23
Re: question about textdraw - by GhoulSlayeR - 22.02.2010, 12:36
Re: question about textdraw - by aircombat - 22.02.2010, 12:53
Re: question about textdraw - by Razvann - 22.02.2010, 13:26
Re: question about textdraw - by GhoulSlayeR - 22.02.2010, 13:36
Re: question about textdraw - by aircombat - 22.02.2010, 13:41
Re: question about textdraw - by GhoulSlayeR - 22.02.2010, 13:56
Re: question about textdraw - by aircombat - 22.02.2010, 14:37

Forum Jump:


Users browsing this thread: 1 Guest(s)