07.01.2015, 15:24
The amount of misinformation in this thread is astonishing.
According to you, that isn't a real color.
Whenever I see a post of yours it nearly always contains wrong information and oftentimes the code won't even compile. Might I suggest doing a bit more research? You're just making their problems worse.
@OP: show me where you have "new PlayerRainbowColors". If you don't have it you will need to find it. Probably in the same script from which you took the function itself.
Quote:
SetPlayerColor(playerid, PlayerRainbowColors[rand]);
That is wrong, make sure it's real color like COLOR_WHITE |
pawn Код:
new color = 16777215;
SetPlayerColor(playerid, color);
Quote:
Try :
pawn Код:
|
@OP: show me where you have "new PlayerRainbowColors". If you don't have it you will need to find it. Probably in the same script from which you took the function itself.