manzarek123

Results 6 issues of 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...

bug
menu

2 new RPC to turn a ped, both tested

triage

### 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...

bug
triage