forked from Simnation/Main
Update function.lua
This commit is contained in:
parent
89eb111a6d
commit
1c4711dbfd
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ end
|
||||||
|
|
||||||
function IsAnyMedicOnDuty()
|
function IsAnyMedicOnDuty()
|
||||||
local Players, Amount = QBCore.Functions.GetPlayersOnDuty('ambulance')
|
local Players, Amount = QBCore.Functions.GetPlayersOnDuty('ambulance')
|
||||||
|
print(json.encode(Players))
|
||||||
|
|
||||||
if Amount > 0 then
|
if Amount > 0 then
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue