mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed the look of the new textfileds
This commit is contained in:
@@ -511,11 +511,11 @@ addTab('Readme','Rules','The rules of the server',
|
||||
addTab('Readme','Server Info','Info about the server',
|
||||
function(player,frame)
|
||||
frame.add{name=1, type="label", caption={"", "Discord voice and chat server:"}}
|
||||
frame.add{name=2, type='textfield', text='https://discord.gg/RPCxzgt'}.style.minimal_width = 450
|
||||
frame.add{name=2, type='textfield', text='https://discord.gg/RPCxzgt'}.style.minimal_width=400
|
||||
frame.add{name=3, type="label", caption={"", "Our forum:"}}
|
||||
frame.add{name=4, type='textfield', text='explosivegaming.nl'}.style.minimal_width = 450
|
||||
frame.add{name=4, type='textfield', text='https://explosivegaming.nl'}.style.minimal_width=400
|
||||
frame.add{name=5, type="label", caption={"", "Steam:"}}
|
||||
frame.add{name=6, type='textfield', text='http://steamcommunity.com/groups/tntexplosivegaming'}.style.minimal_width = 450
|
||||
frame.add{name=6, type='textfield', text='http://steamcommunity.com/groups/tntexplosivegaming'}.style.minimal_width=400
|
||||
end)
|
||||
addTab('Readme','How to chat','Just in case you dont know how to chat',
|
||||
function(player,frame)
|
||||
|
||||
Reference in New Issue
Block a user