🤠
KOJA DOCS
  • Home
  • Store
  • Discord
  • lib
    • Client
  • NEW
    • 🚗Cardealer
      • Installation
      • Configuration
        • Creating a Cardealer
        • Changing Language
        • Creating a webhook for logging
    • 🎁Daily Rewards
      • Installation
      • Configuration
        • đŸ‡ĩ🇱Changing Language
        • đŸ›Ąī¸Debug Prints
        • đŸšĒOpen Commands
        • 🛒Shop Link
        • âœī¸Theme
        • đŸ–Ĩī¸Auto Table
        • 🎁Rewards
        • đŸŽŸī¸Missions
        • 📔Promocodes
      • Guides
        • âœˆī¸Creating/Editing Locales
        • đŸ”ĢManaging Missions
        • 💎Setting Premium Status
    • 📊Hud
      • Installation
      • Configuration
        • đŸ‡ĩ🇱Changing Language
        • đŸ›Ąī¸Debug Prints
        • đŸšĒSettings Command
        • đŸ—ēī¸Hide Minimap
        • đŸ—’ī¸Notifications
        • đŸŽī¸Nitro
        • âš™ī¸Engine
        • đŸ’ēSeatbelt
        • 🤖Cruisemode
      • Guides
        • âœˆī¸Creating/Editing Locales
        • 🔗Progressbar
        • â„šī¸TextUI
    • đŸ”ĢShop Heist
      • Installation
      • Configuration
        • đŸ‡ĩ🇱Changing Language
        • 👮Required Police To Start Heist
  • 🛒Shops
    • Installation
    • Configuration
      • đŸ‡ĩ🇱Changing Language
      • đŸŽ¯Target
      • đŸ›ī¸Adding new shop
      • 🚗Server side exports
      • 📃SQL
    • Guides
      • âœˆī¸Creating/Editing Locales
  • 📜Dialogs
    • Installation
    • Configuration
      • đŸ‡ĩ🇱Changing Language
      • đŸŽ¯Target
      • 📃Create Dialog
      • 🎹Available Keys
      • 🌀Default Images
  • OLD
    • 🎓Jobselector [FREE]
      • 📕Step By Step Guide
      • âš™ī¸Server
    • đŸ› ī¸Crafting [FREE]
      • 📕Step By Step Guide
      • 👇Client
      • 👆Server
Powered by GitBook
On this page
  1. OLD
  2. Jobselector [FREE]

Step By Step Guide

Welcome to the KOJA JobCenter Installation Guide!

  1. Database Setup

    Import the koja_jobcenter.sql file into your SQL database.

  2. Server Upload

    Upload the entire KOJA_jobcenter folder to your server.

  3. Server Configuration

    Add ensure KOJA_jobcenter to your server.cfg or resource.cfg, depending on your configuration file name.

  4. Server Config Modifications

    Open server_config.lua and make the following changes:

    • Insert your Steam API key: SteamApiKey = "YOUR_STEAM_API_KEY"

    • Set up a Discord webhook for logging job activities: webhook = "YOUR_DISCORD_WEBHOOK"

  5. Configure Settings

    Edit Config.lua according to your preferences. Detailed explanations are provided within the file to guide you through the options.

  6. Experience Point Integration

    • Add the TriggerServerEvent call to each job function in the job center, so players can earn XP upon job completion.

    • Server Trigger Example: TriggerServerEvent('koja_jobcenter:addXP', AMOUNT)

    • Ensure this trigger is placed at the end of a successful job function.

  7. Final Steps

    Once you have completed the above steps, your job center should be ready to go. Enjoy!

Note: You can obtain a Steam API key here.

PreviousJobselector [FREE]NextServer

Last updated 1 year ago

🎓
📕