[AJUDA] Cidade
#1

Galera vim pedir a ajuda d vcs pq tpw.. eu to tentando liberar SF no meu gm pq sу tem LS ai eu qria SF tbm pra fikar + legal ^^
enfim.
fiz os ngcs d qdo a pessoa se registra escolhe o sexo q ela qй dps escolhe a cidade e talz.. ai eu fiz la no setplayerspawn a pessoa d LS nascer em LS no caso aki no meu gm LS й origem 3 e a pessoa d SF nascer em SF = origem 1 + qdo eu colokei isso esses 2 spawns d kda cidade qdo o player reloga ele nasce caindo tanto a origem 3 q й LS tanto a origem 1 q й SF.. e qdo eu tiro esses 2 spawns sу dxo 1 q era o padrao do gm o player reloga e nasce normalzin.

Ai ta os cods, esse ai d bxo ta no fimzinho do setplayerspawn
Код:
else
	    {
                        if(PlayerInfo[playerid][pOrigem] == 1)//San Fierro
			{
			        SetPlayerPos(playerid,-2721.2102,-317.7121,7.8438);
				SetPlayerFacingAngle(playerid, 359.2807);
				SetPlayerInterior(playerid,0);
				PlayerInfo[playerid][pInt] = 0;
                                SetPlayerVirtualWorld(playerid,0);
                                SetPlayerHealth(playerid, 100);
			}
                        else if(PlayerInfo[playerid][pOrigem] == 3)//Centro LS
			{
                           SetPlayerPos(playerid,2515.8682,-1956.4772,16.7983);//nascimento dos civis
			    SetPlayerFacingAngle(playerid, 2.7415);
                            SetPlayerInterior(playerid,0);
			    SetPlayerVirtualWorld(playerid,0);
			    PlayerInfo[playerid][pInt] = 0;
                       }
                       return 1;
		}
	}
	return 1;
}
e aki qdo eu dxo sу 1 spawn q era o padrao.. ai ele n cai
Код:
else
		{
			SetPlayerPos(playerid,2515.8682,-1956.4772,16.7983);//nascimento dos civis
			SetPlayerFacingAngle(playerid, 2.7415);
                        SetPlayerInterior(playerid,0);
			SetPlayerVirtualWorld(playerid,0);
			PlayerInfo[playerid][pInt] = 0;
			return 1;
		}
	}
	return 1;
}
Desde jб agradeзo!!

OBs: se os cods estiverem desarrumados й pq qdo eu postei bugou aki n sei pq :S
Reply


Messages In This Thread
[AJUDA] Cidade - by MaNo_NoIa - 24.06.2011, 14:42
Re: [AJUDA] Cidade - by Richardstn - 24.06.2011, 14:49
Re: [AJUDA] Cidade - by MaNo_NoIa - 24.06.2011, 14:56
Re: [AJUDA] Cidade - by Richardstn - 24.06.2011, 15:01
Re: [AJUDA] Cidade - by MaNo_NoIa - 24.06.2011, 15:02
Re: [AJUDA] Cidade - by DreeH - 24.06.2011, 15:20
Re: [AJUDA] Cidade - by MaNo_NoIa - 24.06.2011, 15:32
Re: [AJUDA] Cidade - by DreeH - 24.06.2011, 15:54

Forum Jump:


Users browsing this thread: 1 Guest(s)