1
0
Fork 0
forked from Simnation/Main
Main/resources/[housing]/bob74_ipl/gtav/bahama.lua

13 lines
268 B
Lua
Raw Normal View History

2025-06-10 17:37:12 +02:00
-- Bahama Mamas: -1388.0013, -618.41967, 30.819599
exports('GetBahamaMamasObject', function()
return BahamaMamas
end)
BahamaMamas = {
ipl = "hei_sm_16_interior_v_bahama_milo_",
Enable = function(state)
EnableIpl(BahamaMamas.ipl, state)
end
}