forked from Simnation/Main
Update client.lua
This commit is contained in:
parent
869e405d88
commit
9b77c2d36a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ CreateThread(function()
|
|||
DrawText3D(pos.x, pos.y, pos.z, "[E] Hilfe anfordern")
|
||||
if IsControlJustPressed(0, 38) then
|
||||
QBCore.Functions.TriggerCallback('drteddy:ceckJob', function(cb)
|
||||
if cb then
|
||||
if not cb then
|
||||
TriggerServerEvent("drteddy:requestDoctor")
|
||||
else
|
||||
Notify("Dr. Teddy", "Dr. Teddy ist grade nicht im Dienst, ruf den Notdienst", "inform")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue