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

[pedtest.zip](https://github.com/citizenfx/fivem/files/9299746/pedtest.zip) [CfxCrashDump_2022_08_10_11_50_36.zip](https://github.com/citizenfx/fivem/files/9299747/CfxCrashDump_2022_08_10_11_50_36.zip) I have discovered an issue that exist in artifact 5790 and beyond with spawning peds on the server. It appears whenever I spawn peds on the server that...

Translations update from [Weblate](http://translations.cfx.re) for [CitizenFX/Client Interface](http://translations.cfx.re/projects/citizenfx/cfx-ui/). It also includes following components: * [CitizenFX/Client Launcher](http://translations.cfx.re/projects/citizenfx/client/) Current translation status: ![Weblate translation status](http://translations.cfx.re/widgets/citizenfx/-/cfx-ui/horizontal-auto.svg)

I tried building Cfx.re and I wasn't successful at first. So I thought I would help people who would like to do this :)

I've experienced a for 100% reproducable crash when loading the casino interor, while inside it. I presume my character was stuck in one of the collisions, while the IPL loaded,...

Hello, When using the following state bag handler on, a vehicle ``` AddStateBagChangeHandler('bubble', nil, function(bagName, key, value, reserved, replicated) local netId = tonumber(string.match(bagName, 'entity:(%d+)')) local vehicle = NetToVeh(netId) print(vehicle) end)...

An exception is thrown when overriding a generic class method with an `in` parameter. This works fine on a Windows client and server, but the same code on a Linux...

I want to collect hashvalues for Weaponmodels clientsided, so I am using [this native function](https://docs.fivem.net/natives/?_0xD24D37CC275948CC) but as you can see when I want to call it in Visual Studio, it...

For now, if an exception is thrown inside an event handler callback, this callback is removed the event handlers list. Im not sure if its a bug or feature, but...

This would add an ability to create derived classes from Player