0.0.1
This commit is contained in:
12
resources/[standalone]/bob74_ipl/gtav/pillbox_hospital.lua
Normal file
12
resources/[standalone]/bob74_ipl/gtav/pillbox_hospital.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
-- 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
|
||||
}
|
||||
Reference in New Issue
Block a user