manzarek123
manzarek123
Hello, When using the following state bag handler on, a vehicle ``` AddStateBagChangeHandler('bubble', nil, function(bagName, key, value, reserved, replicated) local netId = tonumber(string.match(bagName, 'entity:(%d+)')) local vehicle = NetToVeh(netId) print(vehicle) end)...
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"...
**txAdmin/FXServer versions:** 4.13.3/5429 **Describe the bug** Localization is not working for Warns when menu is disabled in TxAdmin config **To Reproduce** Steps to reproduce the behavior: 1. Set Langage to...
### What happened? Starting with artifact 8096, every time a new player is connecting to the server there is a sync + server thread hitch. This happens at high player...
When exporting some vehicles the poly count will go up by a lot. After investigating it seems that wheels are duplicated on export Repro: import the attached vehicle [vigout.zip](https://github.com/user-attachments/files/16783351/vigout.zip) export...
### 🔍 Issue Description When importing then exporting a vehicle, file size and polygon count will increase After investigation it is linked to the wheel mesh duplicating ### 🛠️ Sollumz...
### Goal of this PR Allow the creation of background overlays with AddMinimapOverlay and AddMinimapOverlayWithDepth. This will allow to create overlay behind the GPS or Radius Blip, as well as...
### Goal of this PR FiveM implementation of https://github.com/citizenfx/fivem/pull/3667 ### How is this PR achieving the goal The changes introduced in this PR focus on improving the mathematical computations within...