Ceeb
Ceeb
### Scope Developer API ### Feature Description Add a export to give admin right to a user Add a export to remove admin right to a user ### Use Case...
### What happened? Sometimes (depend on model and coords zone) when creating a vehicle with CreateVehicleServerSetter, there is NPC ped spawning inside https://github.com/citizenfx/fivem/assets/11323987/b0d1baaa-594d-482e-acc0-b24402950fd1 ### Expected result Vehicle should spawn without...
Since https://github.com/citizenfx/fivem/issues/2425 has been resolved, we need to get rid of this hacky solution and cleanup
### What happened? When using `BreakOffVehicleWheel` native with the param `deleteWheel` at `true` it delete the wheel for the initiator of the native but not for other clients  ...
I dont have a repro, but sometimes x, y maybe z ? Can miss the point in database So a coord like x = 355.4234 y = 2344.3553 z =...
### What happened? This is very random but sometimes, entity created with `CreateVehicleServerSetter` are receiving a `entityRemoved` event This issue has been reported in forums since +2 years iirc ###...
### What happened? I you try to set properties on a vehicles created with `CreateVehicleServerSetter`, it can be reset by server ### Expected result If you are the netowner, then...
Waiting for https://github.com/overextended/ox_lib/pull/650 to be reviewed - Doc may need to change after review
### Describe the feature It'd be nice if getServerSession could be called with non-H3Event payloads, to allow all standardized req / res sources to get the server session. A prominent...