[HELP]Creating Teams on Class selections,with names and COLORS
#3

Uhh, Here..

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    if(classid == 0)
    {
        SetPlayerPos(playerid, 2375.7463,-1645.9944,13.5322);
        SetPlayerCameraPos(playerid, 2375.9658,-1647.8722,13.5405);
        SetPlayerCameraLookAt(playerid, 2375.7463,-1645.9944,13.5322);
        GameTextForPlayer(playerid, "~g~EastSide Guerillas", 5000, 5);
        SetPlayerColor(playerid, 0x2D964DFF);
        SetPlayerFacingAngle(playerid, 180.000);
        ApplyAnimation(playerid, "RAPPING", "Laugh_01", 4.0, 0, 0, 0, 0, 0);
        SetPlayerVirtualWorld(playerid, 0);
        SetPlayerInterior(playerid, 0);
        LockedClass[playerid] = false;
        }
return 1;
}
Reply


Messages In This Thread
[HELP]Creating Teams on Class selections,with names and COLORS - by Issam - 15.09.2011, 19:02
Re: [HELP]Creating Teams on Class selections,with names and COLORS - by [MWR]Blood - 15.09.2011, 19:09
Re: [HELP]Creating Teams on Class selections,with names and COLORS - by Blunt - 15.09.2011, 19:58
Re: [HELP]Creating Teams on Class selections,with names and COLORS - by Mean - 15.09.2011, 20:03

Forum Jump:


Users browsing this thread: 1 Guest(s)