Page cover

🖥️INSTALLATION

This is the official documentation and system overview for the Job Menu System by iZaap Studios, a powerful solution that lets players manage multiple jobs with a modern interface, database persistenc

🚀 How to Start the Script for Proper Operation

  1. Download and install Oxmysql (required dependency): 👉 https://github.com/overextended/oxmysql

1. Add the following lines to your server.cfg

# iZaap Studios - Punishment System
ensure oxmysql
ensure izaap_jobmenu

🛠️ Insert the SQL and Configure Your Framework:

CREATE TABLE IF NOT EXISTS `jobslots` (
  `citizenid` VARCHAR(50) NOT NULL PRIMARY KEY,
  `slots` TEXT NOT NULL
);

Last updated