• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua -=[TFS]=- 0.4 8.60 How can i add channel no need to touch the source

samuel157

Intermediate OT User
Joined
Mar 19, 2010
Messages
616
Solutions
4
Reaction score
122
Location
São Paulo, Brazil
GitHub
Samuel10M
<channel id="15" name="Death Channel"/>
<channel id="13" name="Loot" logged="yes"/>
<channel id="12" name="Report Bugs" logged="yes"/>
<channel id="9" name="HELP" logged="yes"/>
 
Solution
xml/channels.xml and edit and changed the channel [name] and its [id] you don't need to edit source lol
For Example.
<channel id="456" name="bla bla"/>
xml/channels.xml and edit and changed the channel [name] and its [id] you don't need to edit source lol
For Example.
<channel id="456" name="bla bla"/>
 
Solution
Back
Top