Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Client Sided Join Server Function
« previous
next »
Print
Pages: [
1
]
Author
Topic: Client Sided Join Server Function (Read 515 times)
jes00
January 21, 2012, 05:08:51 PM
Is there a client sided function for when you join a server?
Ad Bot
Advertisement
Port
January 21, 2012, 05:24:01 PM
serverConnection::onConnectionAccepted with a package and parent worked last time I tried it.
jes00
January 21, 2012, 05:29:47 PM
Quote from: Port on January 21, 2012, 05:24:01 PM
serverConnection::onConnectionAccepted with a package and parent worked last time I tried it.
Any vars?
Also what is a client sided function for leaving a server?
Ipquarx
January 21, 2012, 05:33:57 PM
there should be some sort of ondisconnectpacket function that you can use.
Port
January 21, 2012, 05:36:55 PM
disconnect()
disconnectedCleanup()
serverConnection::onDrop(%this)
- uncertain about this one
Greek2me
January 21, 2012, 05:41:08 PM
Seems like most mods use
disconnect()
.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Client Sided Join Server Function