About Colors
#1

can someone Please tell me a Invisible Player Color?

just a code

Код:
SetPlayerColor(playerid,COLOR_);
Reply
#2

Try this:
pawn Код:
#define COLOR_INVISIBLE     0xFFFFFF00
SetPlayerColor(playerid,COLOR_INVISIBLE);
Reply
#3

thank you
Reply
#4

Of course..np
Reply
#5

You can also set invisible marker and keep the player's color at the same time.

SetPlayerColor(playerid, (GetPlayerColor(playerid) & 0xFFFFFF00));
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)