Your browser does not support JavaScript or its disabled!
Please turn it on, or be aware that some features on this website will not work correctly.
1K
Close Channel #44
Closes a Channel Tab
143b | 7 lines.
 --[[
  Script made by Lee (Discord: l33_) - www.trainorcreations.com
  If you want to support my work, feel free to donate at https://trainorcreations.com/donate
  PS. Stop ripping off my work and selling it as your own.
 ]]--
function closeChannel(name)
    modules.game_console.removeTab(name)
end

closeChannel("Game-Chat")
closeChannel("Trade")
closeChannel("Death")

01 Jul 2021
Ads