04.01.2014, 13:55
You're adding an excess argument:
Correct usage:
So, do it like "If [something something] - and then SetPlayerColor using the above example.
ED: Misread your code, change your COLOR names to something else, possibly a COLOR without two underscores. Not sure.
ED again: Oh yes. It needs to be an integer or hex. So, do what the person suggested in post #4.
Correct usage:
pawn Код:
SetPlayerColor(playerid, 0xFFFF00AA);
ED: Misread your code, change your COLOR names to something else, possibly a COLOR without two underscores. Not sure.
ED again: Oh yes. It needs to be an integer or hex. So, do what the person suggested in post #4.