[Pedido] Interior em carros ! - 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: [Pedido] Interior em carros ! (
/showthread.php?tid=370020)
Interior em carros ! -
Carlos_barbosa - 18.08.2012
Eu queria saber se tem algum tutorial,FS Para interior de carros ,ja tentei procura no search nгo achei nada
Ajudando dou um +,se nгo conseguir nгo tem problema mesmo assim ganha um +
Re: Interior em carros ! -
Scripter Fodastico - 18.08.2012
mano, tem alguns interiores prontos aqui no fуrum, й sу vocк setar para que quando ele entre de G em um veiculo ele entre em um certo interior Exemplo:
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_PASSENGER)
{
SetPlayerInterior(playerid,id do interior);
SetPlayerPos(playerid, x,y,z);
}
return 1;
}
E no ongamemodeinit tu coloca os objetos!
Re: Interior em carros ! -
darkxdll - 18.08.2012
Ai se nгo me ingano o LinkVehicleToInterior jб faz isso pra vocк '-'
Nгo tenho certeza porque nгo usei ele atй agora ....
pawn Код:
LinkVehicleToInterior(Id_veiculo,Id_interior);
https://sampwiki.blast.hk/wiki/LinkVehicleToInterior