FAQ
Last updated
Last updated
Are you using OX for any of the framework / scripts?
If yes, you MUST uncomment @ox_lib/init.lua
line in the fxmanifest.
If you are using qb-ambulancejob
they do a distance check . If the player is not within that distance, it will prevent the player from checking in when dropped off outside by the AI EMS.
There are a handful of ways you could fix this:
(preferred) create a new check-in event
increase the distance its checking for
remove the distance check completely
Here is an example of what a new event could look like that works with qb-ambulancejob.
Don't forget to update the config
Config.HospitalCheckinEvent = "qb-ambulancejob:aiems-checkin"