I can't get the spawn right.
#1

I can't manage to get them spawning at MY location.

Posses from below:

Quote:

SetPlayerPos(playerid,2242.4685,2446.0229,10.8203) ;
SetPlayerPos(playerid,2242.4685,2446.0229,10.8203) ;

I want them both to spawn here: AddPlayerClass(280,2286.8809,2431.5552,10.8203,359 .0491,0,0,0,0,0,0);

Code:
	if(pInfo[playerid][pFBI] >= 1)
	{
	    SetPlayerPos(playerid,2242.4685,2446.0229,10.8203);
	    SetPlayerFacingAngle(playerid,359.7383);
	    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,2242.4685,2446.0229,10.8203);
	    SetPlayerFacingAngle(playerid,359.7383);
	    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);
		}
	}
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: 1 Guest(s)