_ATTACH_WEAPON_TO_HORSE_HOLSTER
Puts the gun visibly in your horse's holster without having to be close to the horse. Use 0xE9BD19F8121ADE3E before using this native Notes: - Must call _SEND_WEAPON_TO_INVENTORY (0xE9BD19F8121ADE3E) beforehand to move the weapon into the horse inventory. That native makes it accessible from the weapon wheel but not visible; this native makes it visible on the horse. - Works at a distance; proximity to the horse is not required.
WEAPONBuild 1207
Signature
lua
AttachWeaponToHorseHolster(horse, GetHashKey("..."), horseOwner)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| Hash | — | |
| Ped | — |
Usage
lua
AttachWeaponToHorseHolster(horse, GetHashKey("..."), horseOwner)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
