Hi! please could someone tell me how to make a autohosting system?
Thanks for your time
CrazyFighter
ID:173923
Oct 27 2003, 1:22 pm
|
|
Oct 27 2003, 1:28 pm
|
|
Auto hosting? You mean when the world boots up it automatically sets a port? Simple:
|
Just call world.OpenPort(portnum) in world.New()
Example: world |
In response to sapphiremagus
|
|
sapphiremagus wrote:
Just call world.OpenPort(portnum) in world.New() > world thanks |