Stan

Results 9 comments of Stan

Shops are defined in `data/shops.lua` - If you don't define any shops (i.e. `return {}` or comment out everything within the curly braces), then the shops "feature" won't be used....

Both errors are telling you to start `ox_lib` before both resources, so fix your start order in your `server.cfg`.

https://overextended.dev/ox_lib/Modules/Interface/Client/notify

Title unclear. If you are trying to request a feature at least use the provided template... **Is your feature request related to a problem? Please describe.** A clear and concise...

> Create an item with a table metadata property @NikartikTheBear Could you provide some example code for the item you are experiencing this issue with please?

Is this a feature request? If so, please elaborate. There's not not enough detail here to understand the request. Explain the problem you are facing, give context (why you are...

@Kaanhehe The following events are emitted server-side for accounts and can be listened to: ```ts emit('ox:updatedBalance', { accountId, amount, action }); emit('ox:transferredMoney', { fromId, toId, amount }); emit('ox:depositedMoney', { playerId,...

Closed as stale/cant repro. Please re-open if you have more reliable reproduction steps.