All teams are green!!!!!!!!
#1

OMG, like the title says!

I did this:

PHP код:
#define TEAM_GROVE_COLOR 0x00FF00AA // Bright Green (in RGBA format)
    #define TEAM_BALLA_COLOR 0xFF00FFAA // Bright Purple
    #define TEAM_VAGOS_COLOR 0xFFFF00AA // Yellow 
And:

PHP код:
    SetPlayerTeamFromClass(playeridclassid)
    {
        if (
classid == 0)
        {
            
gTeam[playerid] = BALLA;
        }
        else if(
classid == 1)
        {
            
gTeam[playerid] = GROVE;
        }
        else if(
classid == 2)
        {
            
gTeam[playerid] = VAGOS;
        }
    }
    
SetPlayerToTeamColor(playerid)
    {
            if (
gTeam[playerid] == GROVE)
            {
                    
SetPlayerColor(playeridTEAM_GROVE_COLOR);
            }
            else if (
gTeam[playerid] == BALLA)
            {
                    
SetPlayerColor(playeridTEAM_BALLA_COLOR);
            }
            else if (
gTeam[playerid] == VAGOS)
            {
                
SetPlayerColor(playeridTEAM_VAGOS_COLOR);
            }
    } 
When I see a player on the map, he's green! EVERY PLAYER!

Also, I got the same problem in the CHAT! When somebody says something, it is only green, too!
Reply


Messages In This Thread
All teams are green!!!!!!!! - by samtey - 12.08.2011, 18:02
Re: All teams are green!!!!!!!! - by MadeMan - 12.08.2011, 18:25
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 18:28
Re: All teams are green!!!!!!!! - by MadeMan - 12.08.2011, 18:33
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 18:37
Re: All teams are green!!!!!!!! - by MadeMan - 12.08.2011, 18:39
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 18:43
Re: All teams are green!!!!!!!! - by Wesley221 - 12.08.2011, 18:54
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 18:56
Re: All teams are green!!!!!!!! - by Wesley221 - 12.08.2011, 18:57
Re: All teams are green!!!!!!!! - by MadeMan - 12.08.2011, 18:57
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 19:00
Re: All teams are green!!!!!!!! - by MadeMan - 12.08.2011, 19:01
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 19:06
Re: All teams are green!!!!!!!! - by Zonoya - 12.08.2011, 19:15
AW: All teams are green!!!!!!!! - by samtey - 12.08.2011, 19:23
Re: All teams are green!!!!!!!! - by Zonoya - 12.08.2011, 21:48
AW: All teams are green!!!!!!!! - by samtey - 13.08.2011, 07:41
Re: All teams are green!!!!!!!! - by MadeMan - 13.08.2011, 09:58
Re: All teams are green!!!!!!!! - by Zonoya - 13.08.2011, 11:50
Re: All teams are green!!!!!!!! - by Zonoya - 13.08.2011, 11:54

Forum Jump:


Users browsing this thread: 1 Guest(s)