Creating a vehicle with a trailer - 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)
+--- Thread: Creating a vehicle with a trailer (
/showthread.php?tid=289200)
Creating a vehicle with a trailer -
MP2 - 10.10.2011
pawn Code:
AttachTrailerToVehicle(CreateVehicle(435, 88.799446, -306.812591, 2.213589, 351.989746, -1, -1, SV_RESPAWN_TIME), CreateVehicle(514, 90.291007, -294.471191, 2.151338, 358.149444, -1, -1, SV_RESPAWN_TIME)); // Tanker @ Blueberry Factory
I know trailers have to be streamed in to be attached, so how am I meant to do this without having to spend an hour scripting workarounds?
Re: Creating a vehicle with a trailer -
MP2 - 12.10.2011
I still need help with this