GithubHelp home page GithubHelp logo

githork / renzu_jobs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from renzuzu/renzu_jobs

0.0 0.0 0.0 296 KB

All in One Jobs basic needs for Fivem Roleplay Gameplay

Lua 61.18% HTML 3.64% JavaScript 21.15% CSS 14.03%

renzu_jobs's Introduction

renzu_jobs

FIVEM - renzu_jobs - Basic Jobs Utility Needs for Roleplay Gameplay

Feature

Boss Action

  • Salary Management
  • Employee Management ( Promote / Demoted )
  • Job Money ( Cash and Black Money )
  • Send Bonus to Employee ( offline player can receive )
  • Fire Employee (offline player can be fire) image image

Inventory

  • Boss Inventory ( Grade Level Permmision )
  • Public Inventory ( ex. armory )
  • Personal Inventory ( Player Owned Stash )
  • image

Job Shop (business)

  • Public Shop ( All Player can buy ) - Income money will go to Job money
  • Private Shop - Want a Private shop for your job? ex. supply shop
  • Item and Weapon Selling Supported
  • image

Crafting

  • Every job can have a crafting table
  • Item Crafting
  • Weapon Crafting
  • Crafting Timer image

Wardrobe (SKINCHANGER ONLY Supported)

  • Every Job can change its appearance or clothes
  • Wardrobe ( Select Existing Clothes) image

Weapon Armory

  • Job Grade Permission Per Weapons
  • Customize Your Weapon Attachments image

Job Vehicle Shop

  • Configurable Vehicle Shop
  • Vehicle Model Pricing Configurable
  • Auto Save to Garage
  • image

Job Garage

  • Player Owned Vehicles bought from vehicle will be stored here
  • Any Vehicle can be stored here and it will be register as a job vehicle for this garage
  • Simple Config
  • Payable Lost Vehicles
  • Anti Dupe Vehicle
  • image

Other important info

  • Each Job Feature can be limit by grade access
  • All Jobs Data came from jobs, job_grades table (ESX)
  • Society Money (ESX Society) data can be grab once to transfer it to renzu_jobs database.
  • PopUI can be used disable by default

Job Money Data

  local money = 0
  ESX.TriggerServerCallback("renzu_jobs:getJobmoney",function(money)
      money = money
  end,'police', 'money')
  - first var is job , second var is type ex. black_money, money

Inventory Image CONFIG

config.inventory = 'esx_inventoryhud'
  • change this to your inventory script folder name
config.inventoryImageUrl = 'https://cfx-nui-'..config.inventory..'/html/img/items/'
  • Verify the path ex. /html/img/items/ ,, if its correct.
  • Images from your inventory will be used ,instead of hosting it in renzu_jobs folder.

Webhook

  • Discord Webhook is Supported
  • Each Job Feature have a webhook and its set to false as default, change it to your discord webhooklink

Dependency

TODO

  • Blackmoney Support in Inventory (i forgot silly me) โœ”๏ธ
  • Simple Dispatch System (discord channel style)
  • Support Black money requirements in shop
  • Ingame Job Adder/Creator (if many will request, i dont think this is needed at all)
  • Gangwar Feature
  • Raid Feature
  • Odd Job / Task for Each Job/gangs
  • Weapon Tints @ Armory
  • Clothe Index Number in UI
  • REDO Some UI Part Element Responsiveness

renzu_jobs's People

Contributors

renzuzu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.