Skip to content

JamesSc0tt/qb-overlord-pawnstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

qb-overlord-pawnstore

What's This?

The original pawnstore with QBCore doesn't include any player-to-player interaction, so I made this for my server (OverlordRP - https://discord.gg/overlordrp). It includes a lot of configuration and the config.lua is commented so you can add more items & configure it to suit your server.

This script is designed to work with Hassaric's pawn store MLO, if you do not use this you will need to change the coordinates in config.lua https://forum.cfx.re/t/mlo-all-hassaric-s-maps-for-free/4776406

How To?

Upload the directory 'qb-overlord-pawnstore' & add 'start qb-overlord-pawnstore' to your server.cfg.

If you want to use the job/whitelist functionality:

Add this to your shared.lua (QBShared.Jobs):

['pawnstore'] = {
  label = 'Pawn Store',
  defaultDuty = true,
  grades = {
          ['0'] = {
              name = 'Employee',
              payment = 15
          },
          ['1'] = {
              name = 'Manager',
              payment = 30
          },
      },
},

Requirements

Support

I will not provide support for this resource. Do not join the community discord requesting support.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages