[ajuda] objeto - 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] objeto (
/showthread.php?tid=289803)
[ajuda] objeto -
Cristhian - 13.10.2011
pawn Код:
new carro;
new object = CreateObject( 362,0,0,0,0,0,0,80 ); // <iVO>
AttachObjectToVehicle( object, carro, 0.100000, 1.100000, 0.700000, 0.000000, 34.000000, 94.000000 ); // <iVO>
carro = AddStaticVehicle(562, -455.8389,1325.1611,24.2146, 0, 1, 1);
quando entro no sv o objeto nгo aparece attachado no carro..
This forum requires that you wait 120 seconds between posts. Please try again in 14 seconds.
Re: [ajuda] objeto -
Dolby - 13.10.2011
Tenta criar o carro 1°.
pawn Код:
new carro;
new object = CreateObject( 362,0,0,0,0,0,0,80 ); // <iVO>
carro = AddStaticVehicle(562, -455.8389,1325.1611,24.2146, 0, 1, 1);
AttachObjectToVehicle( object, carro, 0.100000, 1.100000, 0.700000, 0.000000, 34.000000, 94.000000 ); // <iVO>