Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 1009 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 1009 Bytes

RexshackGaming

Dependancies

  • rsg-core
  • ox_lib

Installation

  • ensure that the dependancies are added and started
  • add the following table to your database : rsg-ranch.sql
  • add items to your "\rsg-core\shared\items.lua"
  • add images to your "\rsg-inventory\html\images"
  • add rsg-ranch to your resources folder

add to shared jobs

    ['macfarranch'] = {
        label = 'Macfarlane Rancher',
        defaultDuty = true,
        offDutyPay = false,
        grades = {
            ['0'] = { name = 'Ranch Trainee', payment = 25 },
            ['1'] = { name = 'Ranch Hand', payment = 30 },
            ['2'] = { name = 'Ranch Manager', payment = 35 },
            ['3'] = { name = 'Ranch Boss', isboss = true, payment = 40 },
        },
    },

Starting the resource

  • add the following to your server.cfg file : ensure rsg-ranch