• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Removing TopMenu

Perun

nems.online
Joined
May 1, 2009
Messages
379
Solutions
7
Reaction score
176
ID1Udb7.jpg

Any ideas where is it ? i need to completly delete this bar.
 
this is new kk'

try to go in modules/client_topmenu and delete the topmenu.otmod ^^
 
I can't delete it, hmm i need to just hide it ;P
 
hum... then go in topmenu.lua and put this:
Code:
topMenu:hide()
below of this:
Code:
topMenu = g_ui.displayUI('topmenu')
 
Back
Top Bottom