mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 05:02:24 +00:00
EMS jobtype (#946)
* EMS jobtype * Bump * Update fxmanifest.lua --------- Co-authored-by: zwkf <dev@charlie.fyi>
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
description 'QB-Core'
|
||||
version '1.2.5'
|
||||
version '1.2.6'
|
||||
|
||||
shared_scripts {
|
||||
'config.lua',
|
||||
|
||||
@@ -46,6 +46,7 @@ QBShared.Jobs = {
|
||||
},
|
||||
['ambulance'] = {
|
||||
label = 'EMS',
|
||||
type = 'ems',
|
||||
defaultDuty = true,
|
||||
offDutyPay = false,
|
||||
grades = {
|
||||
|
||||
Reference in New Issue
Block a user