Main/resources/[housing]/[bob74_ipl]/gtav/red_carpet.lua
2025-06-10 20:01:53 +02:00

11 lines
185 B
Lua

exports('GetRedCarpetObject', function()
return RedCarpet
end)
RedCarpet = {
ipl = "redCarpet",
Enable = function(state)
EnableIpl(RedCarpet.ipl, state)
end
}