Skip to content

Commit

Permalink
fix revive trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawls authored Jan 14, 2024
1 parent c7fa0d8 commit 261ed7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/admin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local infiniteAmmo = false
local vehicleGodmode = false
local options = {
function() toggleNoClipMode() end,
function() TriggerEvent('hospital:client:Revive') end,
function() TriggerEvent('qbx_medical:client:playerRevived') end,
function()
invisible = not invisible
if not invisible then return end
Expand Down Expand Up @@ -478,4 +478,4 @@ CreateThread(function()
TriggerEvent('qbx_admin:client:Show')
end
end
end)
end)

0 comments on commit 261ed7f

Please sign in to comment.