mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Merge branch 'Testing'
This commit is contained in:
File diff suppressed because one or more lines are too long
17
source.lua
17
source.lua
@@ -510,17 +510,12 @@ addTab('Readme','Rules','The rules of the server',
|
|||||||
end)
|
end)
|
||||||
addTab('Readme','Server Info','Info about the server',
|
addTab('Readme','Server Info','Info about the server',
|
||||||
function(player,frame)
|
function(player,frame)
|
||||||
local serverInfo = {
|
frame.add{name=1, type="label", caption={"", "Discord voice and chat server:"}}
|
||||||
"Discord voice and chat server:",
|
frame.add{name=2, type='textfield', text='https://discord.gg/RPCxzgt'}.style.minimal_width=400
|
||||||
"https://discord.gg/RPCxzgt",
|
frame.add{name=3, type="label", caption={"", "Our forum:"}}
|
||||||
"Our forum:",
|
frame.add{name=4, type='textfield', text='https://explosivegaming.nl'}.style.minimal_width=400
|
||||||
"explosivegaming.nl",
|
frame.add{name=5, type="label", caption={"", "Steam:"}}
|
||||||
"Steam:",
|
frame.add{name=6, type='textfield', text='http://steamcommunity.com/groups/tntexplosivegaming'}.style.minimal_width=400
|
||||||
"http://steamcommunity.com/groups/tntexplosivegaming"
|
|
||||||
}
|
|
||||||
for i, line in pairs(serverInfo) do
|
|
||||||
frame.add{name=i, type="label", caption={"", line}}
|
|
||||||
end
|
|
||||||
end)
|
end)
|
||||||
addTab('Readme','How to chat','Just in case you dont know how to chat',
|
addTab('Readme','How to chat','Just in case you dont know how to chat',
|
||||||
function(player,frame)
|
function(player,frame)
|
||||||
|
|||||||
Reference in New Issue
Block a user