1
0
Fork 0
forked from Simnation/Main

Update function.lua

This commit is contained in:
Miho931 2025-07-02 21:03:38 +02:00
parent 89eb111a6d
commit 1c4711dbfd

View file

@ -90,6 +90,7 @@ end
function IsAnyMedicOnDuty()
local Players, Amount = QBCore.Functions.GetPlayersOnDuty('ambulance')
print(json.encode(Players))
if Amount > 0 then
return true