-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player's don't get revived/healed in hospital beds #99
Labels
Comments
ADRNALN
added
bug
Something isn't working
need repro
This bug report needs confirmation
labels
Nov 21, 2023
qbx_ambulancejob/client/hospital.lua Lines 236 to 262 in dccb756
So somewhere in here I believe needs to be a call to |
can confirm this, not happening and not calling the medical revive event |
This was fixed in 7f899bb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Player's don't get revived/healed in hospital beds
Reproduction
When players check in at the front desk of the hospital with no doctors online they get sent to the beds and wait 20 seconds (time in config). Once that completes the player isn't healed or revived. I added print statements and each line prints but it seems that
TriggerEvent("hospital:client:Revive")
doesn't do anythingExpected behavior
Healing / reviving player
Actual behavior
Nothing happens
Additional context
The text was updated successfully, but these errors were encountered: