Skip to content

CptNoHand/rsg_railroadjob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RexshackGaming

Framework QBCore RedM Edition

Server Game Build

Description

  • become a part of the railroad as a conductor
  • start location is valentine railway station
  • conductor must be on the train at all times or the driver will quit
  • if drive quits then either you can drive the train yourself, delete the train or reset the train
  • use /command while in the drivers seat : /deletetrain (this deletes the train you stay where it was deleted)
  • use /command while in the drivers seat : /resettrain (this deletes the train and teleports your to valentine)

Dependencies

Installation

  • ensure the above dependancies are installed and started
  • extract the contents of the rsg_railroadjob.zip
  • add rsg_railroadjob to your resources folder
  • ensure the following is in your \qbr-core\shared\jobs.lua

Add Job

	['railroad'] = {
		label = 'Railroad',
		defaultDuty = true,
		offDutyPay = false,
		grades = {
            ['0'] = {
                name = 'Conductor',
                payment = 25
            },
        },
	},
  • add the following to your "server.cfg" : ensure rsg_railroadjob
  • restart your server!
  • to set job use commands /setjob railroad 0

Other train hashes you could use

-1464742217
-577630801
-1901305252
-1719006020
519580241
1495948496
1365127661
-1083616881
1030903581
-2006657222
1285344034
-156591884
987516329
-1740474560
-651487570
-593637311
1094934838
1054492269
1216031719

Releases

No releases published

Packages

No packages published

Languages