label color help
#1

hello i've create a label but its color is too light i want to make it dark blue.
please help me

picture


code
pawn Код:
format(string, sizeof(string), "%s (%d)",PlayerInfo[playerid][pName],playerid);
new Text3D:Pulaski = Create3DTextLabel(string, 0x0000FFAA, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(Pulaski, playerid, 0.0, 0.0, 0.1);
Reply
#2

PHP код:
#define dblue "{2C00BD}"
format(stringsizeof(string), ""dblue"%s (%d)",PlayerInfo[playerid][pName],playerid); 
edit : or just changing ''AA'' BY ''FF''

0x0000FFAA ---> 0x0000FFFF

for More Info :
https://sampwiki.blast.hk/wiki/Colors_List
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)