[AJUDA] Interior Dos Veiculos - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] Interior Dos Veiculos (
/showthread.php?tid=192969)
[AJUDA] Interior Dos Veiculos -
TiagoPS - 24.11.2010
Alo Pessoal, como uqe faзo para que quando o player apertar G para entrar de carona ele vб para um Interior exemplo o Shamal e depois ele aperte enter e saia pela porta do veiculo que ele entrou ??
nгo sei fazer isto e complicado ja fiz de 300 jeitos mas n funciona , poderiam me ajudar
Obrigalo
Re: [AJUDA] Interior Dos Veiculos -
faeldk - 24.11.2010
Olha esse FS:
http://forum.sa-mp.com/showthread.ph...hamal+interior
dei uma Pesquisada e achei em 10 Segundos
!
PS.: 100 Post's RIARIIARIAIRIAIRIRIA.
Re: [AJUDA] Interior Dos Veiculos - rjjj - 24.11.2010
TiagoPS, acho que й isto que vocк procura :
Coloque:
pawn Код:
//No Topo do GameMode/Filterscript
new DentroVeiculo[MAX_PLAYERS];
//Final do GameMode
public OnPlayerStateChange(playerid, newstate, oldstate)
{
new vehicleid = GetPlayerVehicleID(playerid);
if(newstate == PLAYER_STATE_PASSENGER)//Condiзгo: Se o jogador estiver como passageiro, ou seja, usou a tecla G
{
if(GetVehicleModel(vehicleid) == 451 && DentroVeiculo[playerid] == 1)
{
SetPlayerPos(playerid, =O, xD, =/);//Coordenadas para dentro do veiculo
SetPlayerFacingAngle(playerid, lol);//Coordenadas para dentro do veiculo
SetCameraBehindPlayer(playerid);// xD
SetPlayerInterior(playerid, 1);//ID do Interior
DentroVeiculo[playerid] = 2;
}
}
return 1;
}
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if (newkeys == 16 && DentroVeiculo[playerid] == 2)//Alguma coisa a haver com a tecla de sair xD
{
SetPlayerPos(playerid, =O, xD, =/);//Coordenadas para sair do veiculo
SetPlayerInterior(playerid, lol);//Coordenadas para sair do veiculo
DentroVeiculo[playerid] = 1;
}
return 1;
}
Peguei e modifiquei isso de um FS, espero ter ajudado
Re: [AJUDA] Interior Dos Veiculos -
TiagoPS - 24.11.2010
o.o vlw pessoal e eu aqui me matando