How to change Faction colors?
#2

https://sampwiki.blast.hk/wiki/SetPlayerColor
if you want to make the black color for all players
Код:
public OnPlayerConnect
add this
pawn Код:
SetPlayerColor(playerid, 0x000000FF);
For more colors use : http://www.colorpicker.com/
Add 0x at beganing and FF at last of code for example
Код:
Red color in color picker = FF0000 // change to 0xFF0000FF
Reply


Messages In This Thread
How to change Faction colors? - by DouglasRamirez - 06.10.2013, 06:59
Re: How to change Faction colors? - by SilentSoul - 06.10.2013, 07:05
Re: How to change Faction colors? - by CesarLT - 06.10.2013, 07:10
Re: How to change Faction colors? - by DouglasRamirez - 06.10.2013, 07:39
Re: How to change Faction colors? - by SilentSoul - 06.10.2013, 07:42

Forum Jump:


Users browsing this thread: 1 Guest(s)