PillBox Hospial Location not showing

Hey Guys i need some help so i have the PillBox Hill Hospital but it dose not show on the map and there’s no interactions with the hospital. Can someone please help?

Make sure there’s a code that looks kinda like this in your client.lua and if it’s not there, you can just add it.

Citizen.CreateThread(function()
	local blip = AddBlipForCoord(298.31, -584.41, 45.26)
	SetBlipSprite(blip, 51)
	SetBlipScale(blip, 1.0)
	SetBlipColour(blip, 4)
	SetBlipAsShortRange(blip, true)
	BeginTextCommandSetBlipName('STRING')
	AddTextComponentSubstringPlayerName('Pillbox Hospital')
	EndTextCommandSetBlipName(blip)
end)

Thank you that helps but i went deep into the research and i found another way its by just downloading this and it shows the Hospital and has the locker room with the car spawns and everything like that [ESX] [Modified Script] Ambulance Job with Reviving Animations

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.