1
0
Fork 0
forked from Simnation/Main

Update server.lua

This commit is contained in:
Miho931 2025-07-02 21:28:17 +02:00
parent dbed2b121c
commit c53a40fa97

View file

@ -47,6 +47,8 @@ end)
QBCore.Functions.CreateCallback('drteddy:ceckJob', function(source, cb) QBCore.Functions.CreateCallback('drteddy:ceckJob', function(source, cb)
local Players, Amount = QBCore.Functions.GetPlayersOnDuty('ambulance') local Players, Amount = QBCore.Functions.GetPlayersOnDuty('ambulance')
print(json.encode(Players))
print(Amount)
if Amount > 0 then if Amount > 0 then
cb(true) cb(true)
else else