Scripts/resources/[standalone]/bob74_ipl/gtav/red_carpet.lua
2024-12-29 21:02:20 +01:00

12 lines
185 B
Lua

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