2019-07-09, 04:06 PM
i want to put in this code server password so when player connects through button that launcher (.exe) writes password for him
[/size][/color]
Code:
[color=#000000][size=small] ? ? ? ?private void button1_Click(object sender, EventArgs e)
? ? ? ?{
? ? ? ? ? ?System.Diagnostics.Process.Start("samp://75.127.13.245:7780");
? ? ? ?}