C# API Question ?! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (
https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: C# API Question ?! (
/showthread.php?tid=588441)
C# API Question ?! -
Chaya - 08.09.2015
Hey there,
today i was starting a new developement project but i have a small problem...
PHP код:
Proz.StartInfo.Arguments = "samp://"
+ " -h " + this.monoFlat_TextBox3.Text //Host
+ " -p " + this.monoFlat_TextBox4.Text//Port
+ " -n " + this.monoFlat_TextBox1.Text; // Name
So the program self works fine, but this is my result ...
So this or nothing xD
What is the Problem ?!
// Edit
Fixxed : D D D D D
Re: C# API Question ?! -
Abagail - 09.09.2015
It's not REALLY an API anywhere in the inject code but rather the code used for injecting itself into the game. Though this isn't really a thread for Client Support.
Re: C# API Question ?! -
Vince - 09.09.2015
I'm not even sure what the hype with custom launchers is nowadays. How many people are actually going to download an application from an untrusted source, which does exactly the same thing as the SA-MP client does ...