Files
red-valley/resources/[stream]/[mlos]/[gas-stations]/helnius_xero24/paleto_bay_RemoveIpl.lua

9 lines
252 B
Lua
Raw Normal View History

2026-03-29 21:41:17 +03:00
CreateThread(function()
while true do
Wait(500)
RemoveIpl("gasstation_ipl_group1")
RemoveIpl("gasstation_ipl_group1_lod")
RemoveIpl("gasstation_ipl_group2")
RemoveIpl("gasstation_ipl_group2_lod")
end
end)