Skip to content

MountVehicleOnPacker(vehicleid, packerid);  #1083

@NotDamned

Description

@NotDamned

Is your feature request related to a problem? Please describe.
In SA-MP, there's currently no native way to mount a vehicle onto a Packer truck (ID 443), which makes it difficult to create realistic vehicle transport systems. Players cannot load vehicles onto the Packer without workarounds that are often buggy or visually inaccurate.

Describe the solution you'd like
I propose the addition of a native function:

MountVehicleOnPacker(vehicleid, packerid);

This function would automatically place the specified vehicle (vehicleid) on top of the specified Packer truck (packerid), using appropriate offsets and rotation values that match the Packer model. It would handle positioning, syncing, and movement so that the vehicle moves along with the truck.

An additional function to detach it would also be useful:
UnmountVehicleFromPacker(vehicleid);

Describe alternatives you've considered

  • Using AttachTrailerToVehicle, but it only supports trailer-type vehicles.
  • Manually updating the vehicle's position with timers, which causes desync, jittering, and performance issues.
  • Using objects to fake the vehicle on top of the Packer, which is not functional and breaks immersion.

Additional context
This feature would allow better support for roleplay and trucking servers that need to simulate car delivery services, impound lots, roadside assistance, or dealership logistics. It would improve realism and expand gameplay mechanics significantly.

It is expected to behave similarly to the Cop Wheels mission from GTA: San Andreas, where the player mounts police bikes onto a moving Packer.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions