[HELP] Error 017: undefined symbol "PlayerRainbowColors"
#9

The amount of misinformation in this thread is astonishing.

Quote:
Originally Posted by Stuun23
Посмотреть сообщение
SetPlayerColor(playerid, PlayerRainbowColors[rand]);

That is wrong, make sure it's real color like COLOR_WHITE
pawn Код:
new color = 16777215;
SetPlayerColor(playerid, color);
According to you, that isn't a real color.

Quote:
Originally Posted by UltraScripter
Посмотреть сообщение
Try :
pawn Код:
SetPlayerColor(playerid, PlayerRainbowColors[rand][0], PlayerRainbowColors[rand][1], PlayerRainbowColors[rand][2]); //And keep adding more if you have more!
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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)