Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 737 Bytes

OverridePedsUseDefaultDriveByClipset.md

File metadata and controls

17 lines (13 loc) · 737 Bytes
ns apiset game
CFX
client
gta5

OVERRIDE_PEDS_USE_DEFAULT_DRIVE_BY_CLIPSET

void OVERRIDE_PEDS_USE_DEFAULT_DRIVE_BY_CLIPSET(BOOL flag);

Allows the bypassing of default game behavior that prevents the use of SET_PED_DRIVE_BY_CLIPSET_OVERRIDE in certain scenarios to avoid clipping issues (e.g., when there is more than one Ped in a vehicle).

Note: This flag and the overridden clipset are not replicated values and require synchronization through user scripts. Additionally, current game behavior also restricts applying this clipset locally when in first-person mode and will require a temporary workaround.

Parameters

  • flag: true to override, false to use default game behavior.