Customization Guide

Several helper files are safe to customize.

Safe editable files

These are the main places to adapt Pawnshop to your server:

  • shared/config.lua

  • client/client_edit.lua

  • server/server_edit.lua

Common customizations

Notifications

Use the editable client helper to swap in your preferred notification system.

Vehicle keys

Use the editable client helper to connect your keys resource.

Fuel system

Use the editable client helper to connect your fuel resource.

Admin check

Use the editable server helper if your admin system does not match the default permission check.

Contract text and dialogs

Contract and dialog content can be adjusted through the editable helpers.

That is the right place for server-specific wording.

Debug mode

Use Config.Debug = true only while testing.

Debug mode can add extra console noise and debug zones.

circle-exclamation

Last updated