I can't get the spawn right.
#7

pawn Code:
if(pInfo[playerid][pFBI] >= 1)
    {
        SetPlayerPos(playerid,2286.8809,2431.5552,10.8203);
        SetPlayerFacingAngle(playerid,359 .0491);
        SetPlayerSkin(playerid,286);
        if(OnDuty[playerid] == 1)
        {
            SetPlayerStuff(playerid,24,307,29,330,3,1,100,100);
        }
        else
        {
            SetPlayerStuff(playerid,24,307,0,0,3,1,100,0);
        }
    }
    if(pInfo[playerid][pCop] >= 1)
    {
        SetPlayerPos(playerid,2286.8809,2431.5552,10.8203);
        SetPlayerFacingAngle(playerid,359 .0491);
        if(OnDuty[playerid] == 1)
        {
            SetPlayerStuff(playerid,24,307,29,330,3,1,100,100);
        }
        else
        {
            SetPlayerStuff(playerid,24,307,0,0,3,1,100,0);
        }
    }
Helps ?
Reply


Messages In This Thread
I can't get the spawn right. - by davelord - 23.08.2011, 18:56
Re: I can't get the spawn right. - by dud - 23.08.2011, 19:26
Re: I can't get the spawn right. - by davelord - 23.08.2011, 19:27
Re: I can't get the spawn right. - by dud - 23.08.2011, 19:31
Re: I can't get the spawn right. - by davelord - 23.08.2011, 19:40
Re: I can't get the spawn right. - by davelord - 23.08.2011, 20:10
Re: I can't get the spawn right. - by sleepysnowflake - 23.08.2011, 20:16
Re: I can't get the spawn right. - by davelord - 23.08.2011, 20:25
Re: I can't get the spawn right. - by sleepysnowflake - 23.08.2011, 20:29

Forum Jump:


Users browsing this thread: 3 Guest(s)