Blockland Forums > Suggestions & Requests
Server History
Pacnet2012³:
--- Quote from: Aide33 on July 06, 2013, 10:55:49 AM ---I don't like the gui
can you make it like a tab, kinda like how lan games work
--- End quote ---
What do you mean by tab
--- Quote from: swollow on July 06, 2013, 11:15:31 AM ---make the buttons grey the red and green don't fit the rest of the scheme
--- End quote ---
Light or dark gray
jes00:
--- Quote from: Pacnet2012³ on July 06, 2013, 11:24:03 AM ---Light or dark gray
--- End quote ---
Make them the same gray as all of the buttons in the join server GUI.
Pacnet2012³:
Which is better :
A : Record history when you leave a server - disconnect() + quit()
B : Record history when you join - serverconnection::onconnectionaccepted or phase1datablocks
C : Record history when you spawn - handleyourspawn or msgyourspawn
jes00:
--- Quote from: Pacnet2012³ on July 06, 2013, 11:37:21 AM ---Which is better :
A : Record history when you leave a server - disconnect() + quit()
B : Record history when you join - serverconnection::onconnectionaccepted or phase1datablocks
C : Record history when you spawn - handleyourspawn or msgyourspawn
--- End quote ---
Add the option into the GUI. Use three GuiRadioCtrls with the same group number.
Kalphiter²:
--- Quote from: Pacnet2012³ on July 06, 2013, 11:37:21 AM ---A : Record history when you leave a server - disconnect() + quit()
B : Record history when you join - serverconnection::onconnectionaccepted or phase1datablocks
C : Record history when you spawn - handleyourspawn or msgyourspawn
--- End quote ---
B/C
Crashing will make A never happen.