SA-MP Forums Archive
linkvehicletointerior - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: linkvehicletointerior (/showthread.php?tid=250959)



linkvehicletointerior - Admigo - 25.04.2011

heey guys

I have made this code:
Код:
shark=CreateStreamObject(1608,-1629.36511230,688.54528809,10.57254028,0.00000000,0.00000000,0.00000000,250); //object(csrsfence03_lvs) (3)
link=AddStaticVehicle(473,0,0,0,0,98,20); // coach
	LinkVehicleToInterior(link, 6);
	AttachObjectToVehicle(shark,link,0,0,0,0,0,0);
But why the object dont attach the vehicle?

Thanks Admigo


Re: linkvehicletointerior - Admigo - 25.04.2011

Ooh already fixed!