• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [Help] load vehicle onto flatbed cmd.
#2
What happens after you type /wreck? Does it show any messages in chat?



Also, there's no call for the function AttachTrailerToVehicle. The command /wreck just destroys the vehicle.



You can try changing this part:



SetVehiclePos(closestcar, 0, 0, 0); // Attempted desync fix

DestroyVehicle(closestcar);



With this:



AttachTrailerToVehicle(carid , closestcar);
  Reply


Messages In This Thread
RE: [Help] load vehicle onto flatbed cmd. - by Axl - 2021-02-01, 05:27 PM

Forum Jump: