![]() |
Shutdown Client - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49) +---- Thread: Shutdown Client (/showthread.php?tid=1622) |
Shutdown Client - William - 16-03-2008 At the bottom of Sub Gameloop client side, you will see this: Code: frmMirage.Visible = False The: Code: ' Shutdown the game Should be below: Code: ' Report disconnection if server disconnects Like this: Code: frmMirage.Visible = False |