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

Having the same native used on both client and server would be neat.

enhancement

Some people have been reporting a crash at this address. After user-research, it turns out this is likely to be caused by Canon EOS Utility software. As a user pointed...

bug

No description provided, unsure of labels. Bug?

Internal link: https://sentry.fivem.net/organizations/citizenfx/issues/687/ ```EXCEPTION_ACCESS_VIOLATION_READ at FiveM_GTAProcess.exe!sub_1415A572C (0x4c) (maine-venus-neptune)```

bug

After unlinking your Cfx.re account from FiveM, your account name still shows up under ‘Connected accounts’ in the settings menu Steps to reproduce: - Link Cfx.re account in FiveM -...

bug

For JS resources we force our own types for builtin tsserver, but there're also default libs being loaded and DOM lib is one of those. Need to find a way...

enhancement
help wanted
sdk
fxcode

Some may have other things running on `30120` port, so should be manually configurable. In addition, would be nice to just grab whatever free port when starting if no manual...

enhancement
sdk

Certain audio banks return `false` when requested, despite being valid and present in the decompiled scripts: ```cpp trevor2.c:111870: AUDIO::REQUEST_AMBIENT_AUDIO_BANK("TREVOR_2_BIKER_RINGTONE", false, -1); ``` ```lua Citizen.CreateThread( function() while not NetworkIsSessionActive() do Citizen.Wait(1000)...

enhancement

Currently, there's no way to get a convar as a float This leads to some really hacking solutions (like [here](https://github.com/AvarianKnight/pma-voice/blob/f908bcc628d0cebc9668f933a200808cd2921e2c/client/main.lua#L6))

manual-review
triage

I seem unable to edit any existing vehicles' fields in vehicles.meta. I'm unsure if I did something wrong, I was unable to find any information on the forums about it,...