Ceeb

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

enhancement

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

bug
triage

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 ![image](https://github.com/citizenfx/fivem/assets/11323987/f8d80036-24f1-4fb1-8864-57b3dc200bbe) ![image](https://github.com/citizenfx/fivem/assets/11323987/66c7ec8b-7a9d-4de8-86d7-30d3ab09fd47)...

bug
triage

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

bug

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

bug
triage

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

bug
triage

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

question