This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
UIRP-5M/resources/[addons]/bob74_ipl/gtav/pillbox_hospital.lua

13 lines
261 B
Lua
Raw Normal View History

2025-02-02 10:40:42 +01:00
-- Pillbox hospital: 307.1680, -590.807, 43.280
exports('GetPillboxHospitalObject', function()
return PillboxHospital
end)
PillboxHospital = {
ipl = "rc12b_default",
Enable = function(state)
EnableIpl(PillboxHospital.ipl, state)
end
}