[PAID] [MULTI-FRAMEWORK] Pawnshop Script *(with player owned support)*


Preview

Resource Preview v1.0.0


Purchase

Tebex


:earth_africa: Overview

This in-depth pawnshop script empowers your citizens to engage in a dynamic economy, purchasing or selling a variety of items at pawnshops spread throughout the city.
Featuring setups for both state-owned and optional player-owned stores, this system offers a comprehensive management system for store owners to control every aspect of their business, from restocking items to hiring employees.
With server-side storage of all pricing to maintain balance and control, robust validation to prevent exploits, and a sleek UI for user interaction, this script elevates the role-playing experience to new heights. Dive into the bustling world of commerce and make every trade count!

:globe_with_meridians: Features

:chart: Dynamic Pricing: Watch the market come alive with fluctuating prices, adding a layer of realism and excitement to every transaction.
:office: Player-Owned Stores: Step into the shoes of an entrepreneur, with the freedom to manage your pawnshop’s inventory, pricing, and promotional strategies.
:hammer_and_wrench: Comprehensive Management System: A robust backend allows for detailed business operations, including staffing, inventory control, and financial management.
:earth_africa: Unlimited Store Creation: The possibilities are endless, with the option to establish a network of unique pawnshops tailored to different needs and locations.
:moneybag: Buying and Selling Mechanism: A fluid economy where players can offload unwanted items for cash or find treasures within the stores’ collections.
:lock: Robust Validation: Ensures a secure trading environment by meticulously vetting each transaction to protect the game’s economy.
:art: Sleek, Modern UI: A visually appealing and intuitive interface that enhances the trading experience, making it accessible and enjoyable.
:arrows_counterclockwise: Support for Multiple Frameworks: Designed for seamless integration across various gaming frameworks, ensuring versatility and broad usability.

:hammer_and_wrench: Dependencies

This resource relies heavily on our utility library for smooth functionality with multiple frameworks.

The resource functions entirely through the use of a target system, you are required to use once of the systems below unless you edit the code yourself.

The resource was built around our dialogue system, this may be added too with context menu options however for now the dialogue system is required.

For esx_legacy users the resource requires the use of ox_inventory.

:open_book: Documentation

Coming soon…


Support is provided for this resource if you should need it. However comprehensive readme’s are included we encourage that people take the time to read these before asking questions. Typically if instructions are followed then support should not be needed.

I will try to respond to any of the questions people may have here, however it will be a faster response to contact through our direct channels :slight_smile:


:free: Our free resources

Developer LUA Utility Library
Target System
Chat Theme
UI Elements
Minigame Collection

We do have a variety of other free resources however these have not been updated with multi-framework compatibility yet, this is being worked on, appreciate the patience. You can find other free resources on our tebex stores Tebex 1 | Tebex 2 or our GitHub


:moneybag: Our paid resources

Pawnshops
Roleplay Tests & Licence System

We do have a variety of other paid resources however these have not been updated with multi-framework compatibility yet, this is being worked on, appreciate the patience. You can find other paid resources on our tebex store Tebex 1

A B
Code is accessible Client Yes/Server Partial Escrow
Subscription-based No
Lines (approximately) Open Source 2500+ / Server Side Escrow 900
Requirements boii_utils, boii_ui, boii_target / ox_target / qb-target, ox_inventory
Support Yes
2 Likes

Any chance of adding a melt option to melt items down for materials as an extra option? similar to qb-pawnshop listt of items, time it takes to melt and material reward on completion, would be a nice addition.

2 Likes

Ah, for sure.

This resource was created to entirely replace our old version and the old version did have that as a feature, this is just something that was overlooked in the rebuild.

Leave it with me will make a 1.1.0 update asap and get that back in but improved on.

Awesome, looking forward to it, built in support for various paid phones would be nice (qs-smartphone, roadphone etc.) if you need to mail people when melting is done but at least would be nice if this can be edited by customers to include the mail event from their chosen phone if not built in support.
Otherwise melting is the only thing I think is missing for this to replace our current pawnshop script.

1 Like

Sure thing, a couple small bugs have been raised also so will be fixing those today, and will re-implement a melting system. Can take a look into some sort of notify system also to let people know when orders are ready, a long with the melting section.

1 Like

can’t wait, we have a player running the pawnshop in our city eagerly awaiting the update to buy it, looking forward to it

1 Like

Just making sure to check back in here.

Have not forgot about the melting portion just currently a little busy working on 2 other things.
Soon as I have a spare few hours will get that implemented.

A quick hotfix was pushed to fix the bugs it had though.

1 Like

Any updates on this?

Contrary to the previous message of mine…
This time I actually did forget about this entirely :sweat:

That is 100% on me.

It is currently 4am for me so will be calling it a night shortly, however will try get this done and updated for tonight, if not tomorrow morning.

1 Like

Has this been updated?

Try is the keyword here, have been super super busy finishing off some other stuff, am now back to working on updates.

Getting the framework alpha ready for release took a little longer than anticipated, along with some life things time just got away from me (to me it feels like its only been 2 days not a week xD)

1 Like

Looking forward to it, our server bought the script and thats a main feature we’d like to see, any chance for the install you’d know what to do for qs-inventory for the NUI Callback UseItem? everything else in the qb readme I’ve been able to find, but that is different in qs-inventory compared to qb-inventory.

Appreciate your time, and take the time you need to look into the update.

Hmmm, off the top of my head no, im pretty sure this has been discussed in discord though.

Id imagine they will be using a nui callback from js → lua so they can pass the item id so it can be usable. So would just be wherever this is in the resource. It could be behind escrow tho potentially? Its not an inventory i’ve ever used myself so am not familiar with it.

You could since your qb anyway create a usable item for the order box in qbcores native setup?

Is only one item in the items.lua should be basically just copy paste and change to qb’s function (near enough anyway)

Can you send the usable item text? I should be able to use the normal qb version of it, if not can edit it myself if qs does it differently