Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple Allow Only One Instance of Client
#1
Author: Jourdan
Difficulty: 1/5
See also: http://www.key2heaven.net/ms/forums/viewtopic.php?t=70

:: CLIENT SIDE ::
In Sub Main, add:
Code:
If App.PrevInstance = True Then
        Call MsgBox("Only one instance of the game can be running.", vbOKOnly, GAME_NAME)
        End
    End If
That's all!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)