help me color player in new team
#1

We have the solution by me
Reply
#2

You used:
pawn Код:
SetPlayerColor
?

For more help about the colors please read this carefully, https://sampwiki.blast.hk/wiki/SetPlayerColor
Reply
#3

Yes i do

help me .
Reply
#4

Quote:
Originally Posted by khalildz
Посмотреть сообщение
Yes i do

help me gays
gays? lol
Reply
#5

Works perfectly fine for me.
Paste your code here.

Reply
#6

PHP код:

#define COLOR_PURPLE 0x800080AA
public SetPlayerToTeamColour(playerid)
{
    if(
gTeam[playerid] == TEAM_GROVE)
    {
        
SetPlayerColor(playerid,COLOR_BLUE);
    }
    if(
gTeam[playerid] == TEAM_ARMY)
    {
        
SetPlayerColor(playerid,COLOR_FORESTGREEN);
    }
    if(
gTeam[playerid] == TEAM_NEWTEAM)
    {
        
SetPlayerColor(playerid,COLOR_PURPLE); // HERE THIS COLOR NOT WORK 
    

Reply
#7

help me
Reply
#8

Try this:
#define COLOR_PURPLE 0x800080FF
Reply
#9

not work
Color is still white

help plz
Reply
#10

Try this:
#define COLOR_PURPLE 0xC2A2DAFF
Works for me!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)