How to change Faction colors?
#1

Hello guys,

I would like to ask on how to change faction color like the players COLOR ID. I would like change the color of NOOSE from NG:RP edit color to black. But how?
Reply
#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
#3

Search the top of your scipt for something like that:

pawn Код:
#define NOOSE   0xFFFFFFFF
and edit the color to the color of your choise.
Reply
#4

I mean, the current color of NOOSE is Red, I wanna change it to black
Reply
#5

Quote:
Originally Posted by DouglasRamirez
Посмотреть сообщение
I mean, the current color of NOOSE is Red, I wanna change it to black
Scrol up , i answered you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)