21.05.2013, 03:19
Hey guys
hope someone of you can help me..
I am trying to connect to a samp server using C#.
I got it to connect, without setting username and password. But I really need to set the username and password that should be used.
This is what I got so far:
Process.Start("C:\\Users/Tobi/Grand Theft Auto San Andreas/samp.exe", "127.0.0.1:3333");
This works fine. But what are the two parameters that I need to use for password and username?
Of course I tried to find something using ****** and the search on this forum, but it only gave me one thread which was from 2009 and not working..
Thanks for your help!
Tobi
hope someone of you can help me..
I am trying to connect to a samp server using C#.
I got it to connect, without setting username and password. But I really need to set the username and password that should be used.
This is what I got so far:
Process.Start("C:\\Users/Tobi/Grand Theft Auto San Andreas/samp.exe", "127.0.0.1:3333");
This works fine. But what are the two parameters that I need to use for password and username?
Of course I tried to find something using ****** and the search on this forum, but it only gave me one thread which was from 2009 and not working..
Thanks for your help!
Tobi