SetPlayerToTeamColor
#1

Well , Yah i am Questionable - But really , i am just trying to learn - Forgive me

Anyway.. I Did this..

PHP код:
stock SetPlayerToTeamColor(playerid)
{
    if (
gTeam[playerid] == TEAM_Mafia1)
    {
    
SetPlayerColor(playeridTCOLOR_LIGHTGREEN);
    }
    else if (
gTeam[playerid] == TEAM_Mafia2)
    {
    
SetPlayerColor(playeridTCOLOR_NAVYBLUE);
    }
    else if (
gTeam[playerid] == TEAM_Mafia3)
    {
    
SetPlayerColor(playeridTCOLOR_BEIGE);
    }

At the Bottom of the Script..It Complies without Warnings / Errors But when i Choose any of the Teams my color doesn't Change...

Any Help would be Appreciated.
Reply


Messages In This Thread
SetPlayerToTeamColor - by Black Axe - 29.11.2011, 20:08
Re: SetPlayerToTeamColor - by AstonDA-G - 29.11.2011, 20:24
Re: SetPlayerToTeamColor - by MP2 - 29.11.2011, 20:36

Forum Jump:


Users browsing this thread: 2 Guest(s)