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

The original natives(InvalidateVehicleIdleCam, InvalidateIdleCam) loop over all the cameras (~19), look for a specific hashtype, and then update the afk-timer. For InvalidateVehicleIdleCam, this was a hash used by camCinematicInTrainContext and...

Most of the time when trying to attach entity to player that isn't entity owner with request control disabled and routing through server it doesn't attach the entity to the...

enhancement
onesync

* Any client that owns an entity can now create its replicating state bags on the server. * Clients will queue their state bag changes and send them after getting...

When a server event handler is being run, the source variable thats inherently provided becomes nil if any time passes i.e Wait()'ing This is confusing behavior and presumably not intended...

Implements and resolves #1406 With tests: https://github.com/MrGriefs/glob-cpp Note: test repo has different driver code, results *may* vary.

triage

This issue proposes current 'glob' to be replaced with Bash Glob's syntax, including extglob and brace expansion. For the sake of readability, Bash Glob syntax will be used in this...

* Bootstrap will now show if the issue is related to a firewall block + name of firewall. * Function to get the firewall's name on Windows 8 and higher,...

triage

**Description:** When using the build `2612` and adding more add-on clothes props, the 'hats' don't seem to set the model properly; I don't quite know if it's not setting the...

triage
documentation

So when you try to load a resource file from the manifest using the @ it dont work Exemple: client_script '@RESOURCE-NAME/FILE-NAME.lua' please fix this !

Added helpful information on how the client and server side natives act.