Skip to content

FreedomCore2020/rsg-ranch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages