ANTICHAT
(
https://forum.antichat.xyz/index.php
)
-
Общие вопросы программирования
(
https://forum.antichat.xyz/forumdisplay.php?f=206
)
- -
samp connect
(
https://forum.antichat.xyz/showthread.php?t=1413610
)
Mr.Mastire222
21.12.2021 19:55
Как можно подключиться из своей программы на C# к сампу и зайти на сервер
Klebitz
21.12.2021 20:48
Самое простое:
Код:
Код:
Process.Start(User.path + "//samp.exe", "127.0.0.1" + ":" + "7777" + " -n" + Input_Login.Text);
Время:
08:54