07.02.2017, 23:20
If you do
Process.Start(@"samp:\\<ip>:<port>");
instead of
Process.Start("samp://<ip>:<port>");
it will skip the "Add to Favorites" / "Play" dialog and start the client immediately.
It's what I do for SampSharp - OnInitialize
Process.Start(@"samp:\\<ip>:<port>");
instead of
Process.Start("samp://<ip>:<port>");
it will skip the "Add to Favorites" / "Play" dialog and start the client immediately.
It's what I do for SampSharp - OnInitialize