-
Notifications
You must be signed in to change notification settings - Fork 9
/
shared.txt
51 lines (35 loc) · 1.34 KB
/
shared.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
----------------------------
Made by HIJINX#0001
----------------------------
Add this into your qb-core/shared/job.lua
['planepilot'] = {
label = 'Delivery',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = {
name = 'Pilot',
payment = 250
},
},
},
--------------------------------------------------------------------
The next step is optional.
--------------------------------------------------------------------
You can also add this into the qb-cityhall/server/main.lua
Search for:
Local AvailableJobs = {
On a new line put:
"planepilot",
--------------------------------------------------------------------
Add this to the qb-cityhall/html/index.html
Search for:
<div class="cityhall-job-page">
On A new line put:
<div class="job-page-block" data-job="planepilot"><p>Plane Pilot</p></div>
----------------------------------------------------------------------------
Make sure to look at the HIJINX-Pilotjob/config.lua to set/remove dropoffs
----------------------------------------------------------------------------
----------------------------
Made by HIJINX#0001
----------------------------