[help] please help me with this
#8

okay i have a new problem how would i set the team colors as i tryed all of this:

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SetPlayerVirtualWorld(playerid,1);
    SetupPlayerForClassSelection(playerid);
    switch(GetPlayerSkin(playerid))
    {
    case 105,106,107: GameTextForPlayer(playerid,"~g~Grove Gangster",500,1);
    case 110,109,108: GameTextForPlayer(playerid,"~y~Los Santos Vagos Gangster",500,1);
    }
    switch(GetPlayerTeam(playerid))
    {
    case 110,109,108: SetPlayerTeam(playerid,TEAM_VAGOS);
    case 105,106,107: SetPlayerTeam(playerid,TEAM_GROVE);
    }
    switch(GetPlayerColor(playerid))
    {
    case 110,109,108: SetPlayerColor(playerid,COLOR_VAGOS);
    case 105,106,107: SetPlayerColor(playerid,COLOR_GROVE);
    }
    return 1;
}
but it didnt work :/
Reply


Messages In This Thread
[help] please help me with this - by DaRkAnGeL[NBK] - 08.10.2011, 20:55
Re: [help] please help me with this - by mitosking - 08.10.2011, 21:03
Re: [help] please help me with this - by Jafet_Macario - 08.10.2011, 21:03
Re: [help] please help me with this - by mitosking - 08.10.2011, 21:06
Re: [help] please help me with this - by DaRkAnGeL[NBK] - 08.10.2011, 21:07
Re: [help] please help me with this - by Jafet_Macario - 08.10.2011, 21:08
Re: [help] please help me with this - by mitosking - 08.10.2011, 21:11
Re: [help] please help me with this - by DaRkAnGeL[NBK] - 08.10.2011, 21:17
Re: [help] please help me with this - by mitosking - 08.10.2011, 21:31
Re: [help] please help me with this - by DaRkAnGeL[NBK] - 08.10.2011, 21:34

Forum Jump:


Users browsing this thread: 2 Guest(s)