name color
#7

Because its samp default color you can change this default color by using this
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerColor(playerid, 0xFFFFFFAA); //this will set default  color to white
    return 1;
}
You can change color from here
http://www.colorpicker.com/
Add also add AA at the last of color hex code example i found white color on colorpicker as FFFFFF
Must be changed to :
0xFFFFFFAA

0x"Colorhere"AA
Reply


Messages In This Thread
name color - by gotwarzone - 25.10.2013, 22:09
Re: name color - by SilentSoul - 25.10.2013, 22:14
Re: name color - by gotwarzone - 25.10.2013, 22:16
Re: name color - by Aleksabre - 25.10.2013, 22:18
Re: name color - by SilentSoul - 25.10.2013, 22:18
Re: name color - by gotwarzone - 25.10.2013, 22:28
Re: name color - by SilentSoul - 25.10.2013, 22:32
Re: name color - by gotwarzone - 25.10.2013, 22:40
Re: name color - by SilentSoul - 25.10.2013, 22:45
Re: name color - by VenomMancer - 26.10.2013, 00:20

Forum Jump:


Users browsing this thread: 1 Guest(s)