Scripts/resources/[standalone]/bob74_ipl/gtav/bahama.lua

13 lines
268 B
Lua
Raw Normal View History

2024-12-29 20:02:20 +00: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
}