JC Scripts
StoreDiscordYouTube
  • πŸ‘‹Welcome
  • β›” Fivem escrow system
    • ❔Error parsing script ... <\1>
    • ❓Failed to verify protected resource
  • Assets
    • πŸ’…Nails
      • Dependencies
      • Installation guide
        • QBCore
        • ESX
      • Config
      • FAQ
    • 🀑Peds
      • Dependencies
      • Installation guide
        • QBCore / ESX
      • Commands
      • Config
      • FAQ
    • πŸ’°Taxes
      • Dependencies
      • Installation guide
        • QBCore / ESX
      • Commands
      • Config
      • FAQ
    • Notify
      • Installation guide
        • QBCore
        • ESX
      • Config
      • FAQ
    • πŸ—ΊοΈPostal (Free)
      • Dependencies
      • Installation guide
        • Standalone
      • Commands
      • Config
      • FAQ
Powered by GitBook
On this page
  1. Assets
  2. Postal (Free)
  3. Installation guide

Standalone

PreviousInstallation guideNextCommands

Last updated 4 months ago

1

Database Execute SQL

CREATE TABLE IF NOT EXISTS `jc-postal` (
  `data` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

INSERT INTO `jc-postal` (`data`) VALUES
	('{"box_border":"6","x":530,"y":1042,"background":"#000000","box_padding":"6","text_size":"18","text":"#fafafa","opacity":"0.7"}');
2

Server.cfg

Ensure jc-postal

πŸ—ΊοΈ
Commands