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

There are some political reasons cause Steam API blocked in my country, the FiveM server will throw the SSL connect error randomly when the player join, so the player need...

```js const currentResourceName = GetCurrentResourceName(); RegisterCommand(`restart:${currentResourceName}`, () => { // Works // ExecuteCommand(`restart ${currentResourceName}`); // Crashes setImmediate(() => ExecuteCommand(`restart ${currentResourceName}`)); }); // Crashes // setTimeout(() => ExecuteCommand(`restart ${currentResourceName}`), 1e3); ```

This fixes a crash for NVE users who most likely installed every mod provided, alongside having a server with a lot of streamed content This was tested on 1604 and...

Im trying to build the server using the guide provided in the docs folder. I'm getting this error when downloading the git submodules `fatal: could not get a repository handle...

usage IS_DISABLED_CONTROL_PRESSED fix problem when we cant talk with open menu/map but still we can disable this control by DISABLE_ALL_CONTROL_ACTIONS etc.

* Adds a curve like interpolation to Xbox controller's vibrations intensity. * Adds n-dimensional quadratic- and cubic Bézier interpolation to project. * Cleaned up the non-Bézier math calculations and added...

need info

Relevant forum topic: https://forum.cfx.re/t/private-server-connection/2578600

No idea what this todo entry meant.

need info

Hey everyone, since 10:00AM today we're facing a small issue. This text started to appear. We haven't changed anything in the last 18 hours. Until 3:00AM it worked perfectly fine,...

user-error

This adds a new native that allows specifying a volume where water collision effects do not apply. This functionality is based on R*' way of disabling water collision under the...