Posts: 187
Threads: 41
Joined: Jul 2010
Reputation:
0
Example:
new Hexcolor[26];
format(Hexcolor,26,"#33CC00");
SetPlayerColor(playerid,Hexcolor);
Is this even possible?
Because it only makes my name black...
Maybe stupid question but I get sick of this day, everything goes wrong...
Posts: 187
Threads: 41
Joined: Jul 2010
Reputation:
0
No, because it's for family's, and I want to be able to change the colors ingame.
I don't ask how else I can do it, but I just ask if this is even possible.
Posts: 187
Threads: 41
Joined: Jul 2010
Reputation:
0
Uhm well I tested that too, but I gues that didn't work because I put the numbers inside a string, I'm going to try it again.
Posts: 187
Threads: 41
Joined: Jul 2010
Reputation:
0
Thanks for the help, it works.
Posts: 187
Threads: 41
Joined: Jul 2010
Reputation:
0
wierd, the decimal color codes doesn't get the color it should be I tried 10 different sites with hex en dec colors, but I gues that's a sa-mp bug.(again)
Posts: 1,530
Threads: 16
Joined: Feb 2011
Reputation:
0
use infernus pawn editor...he got a color picker
RR GG BB AA
just with numbers will be like...
99000000 = transparent red
00990000 = transparent green
00009900 = transparent blue
99009900 = transparent purple
99999900 = transparent grey
00999900 = transparent lightblue
transparent means that will not show the markers in map..if you want to show the markers just replace the last 00 for 99