Need help about player color !
#1

i want to known how to remove player color .Like

if cmd is /duty
{
SetPlayerColor(playerid,0x003efe00);

then again i do duty so it change to
{
No color ?
Reply
#2

Use this:
Quote:

#define GREEN 0x008000FF

Reply
#3

You mean "transparent" ?

Код:
SetPlayerColor(playerid,0x00000000);
EDIT: Tested, it turns out to be black.

I don't know the color code for no color.
Reply
#4

No Color = White?
So you make it to SetPlayerColor(playerid,0xFFFFFFAA);

Basic Color is White there is no such "No Color"
0x00000000 Wont Work it looks like Black.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)