fivem icon indicating copy to clipboard operation
fivem copied to clipboard

The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer.

Results 316 fivem issues
Sort by recently updated
recently updated
newest added

# Info As the title says, Asset Escrow brakes the debug library, I personally use it to automate a few tasks # Repro ```lua --file path is : ./repro_escrowdebug/server.lua function...

ScRT: Lua

Adds 3 boat getters : - `IS_BOAT_ANCHORED_AND_FROZEN` - `IS_BOAT_WRECKED` - `DOES_BOAT_SINK_WHEN_WRECKED`

Adds 2 getters : - `GET_ENTITY_COLLISION_DISABLED` - `IS_ENTITY_POSITION_FROZEN`

This increases FragmentStore from 48000 to 96000 so more vehicle modkits can be streamed.

triage

As discovered by: https://canary.discord.com/channels/192358910387159041/553225456296525833/948031244967510067 https://github.com/citizenfx/fivem/blob/cbe56f78f86bebb68d7960a38c3cdc31c7d76790/code/client/clrcore/External/Model.cs#L405-L408 Will throw an exception if left is null since null.Equals() does not exist. This would fix the issue: ``` public static bool operator ==(Model left,...

A bug was causing null reference exception if null was == (or !=) compared to another model. The issue has been fixed by firstly checking if the left side is...

Adds 6 vehicle getters : - `IS_VEHICLE_DROWNING` - `CAN_VEHICLE_BE_VISIBLY_DAMAGED` - `IS_VEHICLE_PARACHUTE_ACTIVE` - `GET_VEHICLE_BOMB_COUNT` - `GET_VEHICLE_COUNTERMEASURE_COUNT` - `GET_VEHICLE_WEAPON_CAPACITY`

manual-review

Adds 3 natives : - `IS_FLASH_LIGHT_ON` - `IS_PED_USING_ACTION_MODE` - `IS_PED_HANDCUFFED`

manual-review

This PR adds 3 natives : - `GET_PED_STEALTH_MOVEMENT` - `IS_PED_STRAFING` - `IS_PED_RAGDOLL` Tested across all game builds.

ready-to-merge

Need to add auto-complete functionality for both console widget in FXCode. Complete list of commands can be fetched using `cmdlist` command.

enhancement
help wanted
sdk
fxcode