fivem
fivem copied to clipboard
The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer.
### 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...
### What happened?   ### Expected result He entered the game ### Reproduction steps  LUA Code: ```lua RegisterRawNuiCallback('exampleCallback', function(rawData, cb) cb('') end) ``` NUI...
### 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...
### 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...
### 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...
### 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");...
### 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...
### 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...