I do love your script I am just having an issue moving everything for the job over to the pillbox hospital since I got the interior of the hospital and it would look better for my server if anyone wants to help me please let me know
How do i change the ems uniform?
Hi guys it is posible to add more spawn location?
Same issue
When i die the character lies down for about 5 seconds and then it just stands up but its till dead. I cant move or anything and the deathscreen is still showing. I have the latest version of esx_ambulancejob and baseevents is started over it. I also use esx_kashacters, does the error have anything to do with that? I get no errors in F8 or the serverlog Any help is greatly appriceated! Annotation_2019-10-26_183256|441x162
Edit: The problem was esx_kashacters, not esx_ambulancejob
ever figure it out?
My problem is that it does not let me take out medical kit or bandage, it simply does not give me the item and does not generate any errors in the console
Hi. I have a little bug. If a paramedic buys a helicopter and destroys it. You do not have the possibility to recover it. How can I add a recovery point? Thank you
same here
When the game came out, it was born. How to lose the item.
problem solved missing adding weight to items in the database
Have a nice day. My issue is: I cant buy or take out ambulance car from ambulance garage. I use the menu(that’s work properly), but when i press it, nothing happen. Any ideas, solutions?
Do you get any errors in F8? If you do, please send a screenshot.
I’m currently trying to configure the /emscpr command. When used It revives only the person who uses it even if you type “/emscpr 5” for example, 5 being the player ID. Any help?
Ever figure it out? Looking for that too
Does anyone know how to activate the mouse view in my deathscreen?
can you screenshot where the blip is? because i have put that on my config.lua ambulance job after CentralLosSantos {
}
pillbox {
}
but nothing happen…
Try this or something like it, (NOT TESTED)
TriggerEvent('es:addCommand', 'revive', function(source, args, user)
if args[1] ~= nil then
local name = getIdentity(source)
local xPlayer = ESX.GetPlayerFromId(source)
if GetPlayerName(tonumber(args[1])) ~= nil and xPlayer.job.name == 'ambulance' then
TriggerClientEvent('esx_ambulancejob:revive', tonumber(args[1]))
end
else
TriggerClientEvent('esx_ambulancejob:revive', source)
end
end, function(source, args, user)
TriggerClientEvent('chat:addMessage', source, { args = { '^1SYSTEM', 'Insufficient Permissions.' } })
end, { help = _U('revive_help'), params = {{ name = 'id' }} })
dosen’t work for me
i only want to have a free cam view
So you whant a command that puts a dead person into free cam?