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

In the new update rockstar updated old gta cars, but the used hashed names in the carcols / carvariation files (modkit name and the names of the yfts) this seems...

Spawning a vehicle via a hashlist does not work if the vehicle was released after the Diamond Casio Heist DLC It would be very convenient if it was updated since...

Hello, **`SetEnableArenaPropPhysics`** seem to work I tried it on all arena props like `xs_prop_arena_pit_double_01b` I checked with `print(GetIsArenaPropPhysicsDisabled(object,1))`, it returns false, so physic is enabled but i don't see walls/floors...

This lets 0x593feae1f73392d4 return 5 per frame when the Game page is navigated to. I feel like it could be useful for servers, which would like to add items such...

triage

Originally #1254 Adds support for CCarHandlingData fields for GetVehicleHandlingFloat and SetVehicleHandlingFloat

When using TriggerLatentClientEvent to a lot of players (tested with ~1000 players) the network thread will freeze and everyone will timeout and be disconnected. The same event to everyone with...

Of course you should not do that but maybe a few additional checks could prevent some users to accidentally crash their server Repro: In server.cfg ``` endpoint_add_tcp "0.0.0.0:30120" endpoint_add_udp "0.0.0.0:30120"...

Hi all! I have a problem with two resources and am stuck. I have a lot of resources, but the problem is only with those that replace the standard resources....

enhancement

To avoid having a loop that regularly calls `InvalidateIdleCam` and `InvalidateVehicleIdleCam`, I decided to use `DisableIdleCamera`. It works fine on foot and when you are the driver of a vehicle,...