fivem
fivem copied to clipboard
The source code for the Cfx.re modification frameworks, such as FiveM, RedM and LibertyM, as well as FXServer.
### Goal of this PR In the source code, an HTTP request failure is both failure to connect, but also response codes such as 4xx or 5xx. In both cases,...
### What happened? I have opened the F8 console in b3323 and I saw that a POST request was being spammed in the console as you can see here :...
### What happened? After today's forum migration maintenance, I tried to log into the FiveM Client. However, even though I was on the login screen, the system attempted to validate...
### What happened? **Issues:** I connected to a FiveM server, but the server didn’t properly load my character skin. Other players see me as the default character Michael (Player Zero),...
### What happened? REDM justs start one time after installation. The it does not start again. After the Startingscree and after login, startscreen fades away, that's it... My System W11....
### What happened? There is a hotspot for crashes between Valentine and Flatneck station. Our research shows that it is not a script or MLO related crash, as it happens...
# Feature Request: Server Setters for Authority and Stability ## Background For a considerable time, many developers have been requesting Server Setters as an alternative to RPC natives. It's widely...
### What happened? [ 305187] [b2699_DumpServ] 16876/ Process crash captured. Crash dialog content: [ 305187] [b2699_DumpServ] 16876/ gta-net-five.dll!::operator() (0xa1) [ 305187] [b2699_DumpServ] 16876/ An error at gta-net-five.dll!::operator() (0xa1) caused FiveM...
### What happened? When importing scripts from other resources using the @ prefix, for e.g. `server_script '@test_resource/test/*.lua'` it just fail with the error `Failed to load script @test_resource/test/*.lua` ### Expected...
### What happened? GetEntityHealth for vehicle return 0 when creating the vehicle using server setter, a player need to enter into the vehicle scope so GetEntityHealth return the real value...