- Joined
- Oct 10, 2006
- Messages
- 106
- Reaction score
- 2
Hey
I've been fidling around with my FiROSE Launcher,
but now what i'm using it, everyone outside my router (the players) are getting "Server Mataince" or something. but my FiROSE launcher (The one on my machine) works fine
thats the code for the Player FiROSE Launcher
is it Correct, or have i missed something very small that i can seem to find
I've been fidling around with my FiROSE Launcher,
but now what i'm using it, everyone outside my router (the players) are getting "Server Mataince" or something. but my FiROSE launcher (The one on my machine) works fine
Code:
Public Class MainWindow
Private Sub GameBegin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles GameBegin.Click
Shell("TRose.exe @TRIGGER_SOFT@ _server finalrose.zapto.org")
Me.Close()
End Sub
Private Sub ExitButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ExitButton.Click
Me.Close()
End Sub
Private Sub Version_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Version.Click
End Sub
End Class
thats the code for the Player FiROSE Launcher
is it Correct, or have i missed something very small that i can seem to find