• 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!

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

samuel157

/root
Joined
Mar 19, 2010
Messages
447
Solutions
3
Reaction score
49
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