2019-07-09, 05:15 PM
i want to put in this code server password so when player connects through button that launcher (.exe) writes password for him
Code:
private void button1_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("samp://75.127.13.245:7780");
}
Code:
private void button1_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("samp://75.127.13.245:7780");
}