The pawnshop interaction supports different interaction systems, based on what your server uses.
In client/editable.lua, the function InteractionHandler() sets up how players open the pawnshop at the location defined in config.lua.
client/editable.lua
InteractionHandler()
qb-target Adds a box zone using qb-target. When players are close, they see an option to open the Pawnshsop.
qb-target
ox-target Adds a box zone using ox-target with a similar option to open the Pawnshop.
ox-target
codem-textui or Drawtext Shows a 3D text or text UI prompt when the player is near, instructing to press E to open the Pawnshop.
Last updated 4 months ago