SetVehicleParamsForPlayer...Help - 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: SetVehicleParamsForPlayer...Help (
/showthread.php?tid=128805)
SetVehicleParamsForPlayer...Help -
[NoD]Gui - 19.02.2010
Tipo quando eu tranco um carro usando SetVehicleParamsForPlayer ele funciona de boa mas depois q o cara entra em um interior o carro destrancar.
O_o alguem poderia me explicar isso por favor?
Re: SetVehicleParamsForPlayer...Help -
SlashPT - 19.02.2010
olha a unica maneira ke posso te ajudar й por exemplo no topo vc mete
Code:
new trancar[MAX_PLAYERS][MAX_VEHICLES];
e depois no comando de trancar vc mete para trancar o carro com isso por exemplo
Code:
trancar[i][GetPlayerVehicleID(playerid)] = 1;
e depois no OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
mete
pawn Code:
for(new i = 0; i < MAX_VEHICLES; i++)
{
if(trancar[playerid][i] == 1)
{
SetVehicleParamsForPlayer(i, playerid, 0, 1);
}
}
fiz a pressa nao tenho a certeza ke funcione
Re: SetVehicleParamsForPlayer...Help -
RoamPT - 19.02.2010
Isso funca normal, й o sistema normal, o que ele diz acho que nгo tem haver com isso, mas eu tambйm nгo sei a soluзгo.
Re: SetVehicleParamsForPlayer...Help -
SlashPT - 19.02.2010
... "ataonhi" nao sei xD
pah tambem eu nunca vi esse bug mas...