Agency Docs
QBESX

Agency-Minerjob Installation

Bergbau-Job mit 100-stufiger Fertigkeitsprogression, dynamischer Wirtschaft mit Echtzeitpreisen.

v1.2.0Bezahlt4 Seiten

01Installation

  1. 1Herunterladen und in den resources-Ordner entpacken
  2. 2Items zur Framework-Item-Konfiguration hinzufügen
  3. 3mining_skills.sql in die Datenbank importieren
  4. 4ensure agency-minerjob in server.cfg hinzufügen
  5. 5config.lua konfigurieren

02Abhängigkeiten

  • ox_lib (erforderlich)
  • QBCore oder ESX (automatisch erkannt)
  • ox_inventory (optional)
  • Agency-Notify (optional)

03SQL Datei

Importiere diese SQL-Datei in deine Datenbank bevor du die Ressource startest:

-- Mining Skills System Database Table -- Execute this SQL query in your database to create the mining skills table CREATE TABLE IF NOT EXISTS `player_mining_skills` ( `id` int(11) NOT NULL AUTO_INCREMENT, `citizenid` varchar(50) NOT NULL, `level` int(11) NOT NULL DEFAULT 1, `xp` int(11) NOT NULL DEFAULT 0, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `citizenid` (`citizenid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

Kommst du nach dieser Seite nicht weiter? Dann übernimmt unser Support.