15.03.2017, 23:14
Quote:
I'm using this, it launches the game, however, it doesnt use the credentials(playerinfo[0] is the username, SERVER_IP is the IP)
It connects me to :7777 with a blank username instead.. And yes, I checked and the variables are legit. |
Just to make sure...
Код:
string parameters = "-c -n " + playerinfo[0] + " -h 127.0.0.1 -p 7777"; Console.WriteLine(parameters); or something...