someone

Results 12 issues of someone

Fix of issue **[1582](https://github.com/overextended/ox_inventory/issues/1582)**

### Goal of this PR Let developers write less code if they want to fetch data by using `PerformHttpRequest` native ### How is this PR achieving the goal Now developers...

enhancement
triage
ScRT: Lua

## Description Let developers get item/s count in player's inventory ## Checklist - [ x ] I have personally loaded this code into an updated qbcore project and checked all...

## Description This PR will let developers set custom names to stashes without changing it's ID ## Checklist - [ x ] I have personally loaded this code into an...

**Describe Pull request** Prevent people from starting qb-target without `PolyZone` resource on their server **Questions (please complete the following information):** - Have you personally loaded this code into an updated...

New lua runtime function [PerformHttpRequestAwait](https://github.com/citizenfx/fivem/pull/2715)

ready-to-merge

### What happened? I found out that there will be an error thrown to the console after using native `GET_HUD_SCREEN_POSITION_FROM_WORLD_POSITION` in command's handler function, that is called after pressing button...

bug
triage

### What happened? I discovered that if you pass empty string to callback function, it will cause game crash. [Video](https://streamable.com/9rwkt9) LUA Code: ```lua RegisterRawNuiCallback('exampleCallback', function(rawData, cb) cb('') end) ``` NUI...

bug
triage
crash

Hooks are useful for changing script behavior (like in ox_inventory), and I think adding them to ox_doorlock is a good idea. For example, developers might want to use ox_doorlock for...

https://github.com/overextended/ox_doorlock/pull/223