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 624 fivem issues
Sort by recently updated
recently updated
newest added

### What happened? I tried using the GetVariantProp native but it always returns 0 for the three returned values (nameHash, enumValue, anchorPoint) ### Expected result Getting the actual prop variant...

bug
triage
ScRT: Lua

### What happened? ![FiveM® by Cfx re 9_13_2024 6_17_47 PM](https://github.com/user-attachments/assets/ae77c3a8-c6b9-49e7-8b94-7bfb8a58b071) ![FiveM® by Cfx re 9_13_2024 6_17_47 PM](https://github.com/user-attachments/assets/45dec8d2-1715-45aa-948b-71bef8745524) ### Expected result He entered the game ### Reproduction steps ![FiveM® by Cfx...

bug
triage

### What happened? When the server IP address is changed, opening the clip in Rockstar Editor will cause an infinite loading. The log shows that the old IP address is...

bug
triage
crash

### What happened? I discovered that if you pass empty string to callback function, it will cause game crash. [Video](https://streamable.com/9rwkt9) LUA Code: ```lua RegisterRawNuiCallback('exampleCallback', function(rawData, cb) cb('') end) ``` NUI...

bug
triage
crash

### What happened? Game crash when player disconnect [ 6546297] [b1491_GTAProce] MainThrd/ Error: An exception occurred (c0000005 at 0x7ff60bc7f071) during unloading of resources:/lawless_assets/popgroups.ymt in data file mounter 0x143434338. The game...

bug
triage
crash
RedM

### What happened? Hi there. Particular issue with b3095 game build, tested on Release Ver. 13602 and Ver. 13686/canary. Changing language to Chinese Simplified causes a crash trying to connect...

bug
triage
crash

### Goal of this PR Rather than doing individual convars or event handler for each and every events that could be potentially exploited in the future (See https://github.com/citizenfx/fivem/pull/3461 for the...

triage

### What happened? The title describes it perfectly, there's nothing much to it. ### Expected result It shouldn't crash ### Reproduction steps ```lua SetHttpHandler(function(req, res) res.writeHead(418, {}); res.send("im ded gn");...

bug
triage
crash
ScRT: Lua

### What happened? After reading https://docs.fivem.net/docs/server-manual/server-commands/#sv_replaceexetoswitchbuilds-newvalue I found that in the future the value will be changed to false `At some point the default value will be changed to false...

bug
triage

### Goal of this PR This PR introduces several new natives to create, delete, and manage all properties of scripted lights. This enables more flexible lighting setups and access to...

triage