_ENABLE_ALL_SPECIAL_AMMO_FOR_PED
Enables all special ammo types for the specified weapon on the given ped. This is the inverse of _DISABLE_ALL_SPECIAL_AMMO_FOR_PED, restoring the ped’s ability to use any special ammo variants available for that weapon. Restores full access to special ammo categories such as express, high velocity, split point, explosive, etc.
WEAPONBuild 1207
Signature
lua
EnableAllSpecialAmmoForPed(PlayerPedId(), GetHashKey("..."))
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| Hash | — |
Usage
lua
EnableAllSpecialAmmoForPed(PlayerPedId(), GetHashKey("..."))Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
