help - auto change color message...
#6

Quote:
Originally Posted by Raweresh
Посмотреть сообщение
Try that:
Код:
format(string, sizeof(string), "{%s}•••••••••{%s}•••••••••{%s}•••••••••", Color[random(sizeof(Color))][0], Color[random(sizeof(Color))][0], Color[random(sizeof(Color))][0]);
Change:
Код:
new Color[]={
    "FF0000",
    "FFFF00",
    "FF8800",
    "9F785A",
    "8A7EA1"
};
To:
Код:
new Color[][]={
    "FF0000",
    "FFFF00",
    "FF8800",
    "9F785A",
    "8A7EA1"
};
And for one message change:
Код:
KillColorChange[playerid] = SetTimerEx("ColorChange", 1000, true, "d", playerid);
To:
Код:
KillColorChange[playerid] = SetTimerEx("ColorChange", 1000, false, "d", playerid);
But I want it to change colors randomly every second
Without sending another message and another message, just edit the first post
Reply


Messages In This Thread
help - auto change color message... - by _Application_ - 12.12.2014, 12:20
Re: help - auto change color message... - by M4D - 12.12.2014, 12:31
Re: help - auto change color message... - by PowerPC603 - 12.12.2014, 12:35
Re: help - auto change color message... - by _Application_ - 12.12.2014, 12:46
Re: help - auto change color message... - by Raweresh - 12.12.2014, 13:06
Re: help - auto change color message... - by _Application_ - 12.12.2014, 13:20
Re: help - auto change color message... - by Vince - 12.12.2014, 13:31
Re: help - auto change color message... - by _Application_ - 12.12.2014, 14:04
Re: help - auto change color message... - by PowerPC603 - 12.12.2014, 18:55

Forum Jump:


Users browsing this thread: 3 Guest(s)