Abstract Business/Event System

Abstract Simple Business and Event System

Installation Steps:

Server Configuration

  • Update the server.cfg file to include the following resources on startup:

    • ox_lib

    • es_extended

    • abstract_eventsystem

  • The resource is fully configurable through the files available in the config folder.

  • Enjoy

    • Configuration Overview

  • -- Configuration
    Config = {}
    
    Config.AutoSQL = true --- Leave this at true unless your having database issues then you can run them manually but please leave at true always.
    
    Config.MenuCommand = 'events' --- Command to open event/business event creator.
    
    Config.EventsList = 'listevents' --- Command to for players to see scheduled events list.
    
    Config.OpenKey = 'F10'  --- Keybind to open event menu
    

Last updated