_REMOVE_AMMO_FROM_PED
removeReason must be REMOVE_REASON_USED, REMOVE_REASON_GIVEN, REMOVE_REASON_DROPPED or REMOVE_REASON_DEBUG, unless amount is -1 removeReason: see REMOVE_WEAPON_FROM_PED
WEAPONBuild 1207
Signature
lua
RemoveAmmoFromPed(PlayerPedId(), GetHashKey("..."), 0, GetHashKey("..."))
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| Hash | — | |
| int | — | |
| Hash | — |
Usage
lua
RemoveAmmoFromPed(PlayerPedId(), GetHashKey("..."), 0, GetHashKey("..."))Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
