πŸ›œInteraction Handlers

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.

Supported interaction types

  • qb-target Adds a box zone using qb-target. When players are close, they see an option to open the Pawnshsop.

  • ox-target Adds a box zone using ox-target with a similar option to open the Pawnshop.

  • 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