SA-MP Forums Archive
Server launcher question #1 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Server launcher question #1 (/showthread.php?tid=557907)



Server launcher question #1 - bigboy81 - 15.01.2015

I making launhcer for my samp server,but how to make if player don't join with launcher server give him kick.
I making launcher in visual basic


Re: Server launcher question #1 - bigboy81 - 15.01.2015

Anybody ?


Re: Server launcher question #1 - Ahmad45123 - 15.01.2015

It cant be done... AFAK.
Unless if there is a plugin which can access files on the client's computer... Which I don't think there is...


Re: Server launcher question #1 - CalvinC - 15.01.2015

Quote:

bumping a topic in which you have or require further information is allowed after at least 24 hours.

SAMP isn't really built for custom clients, there's no such function.


Re: Server launcher question #1 - Ahmad45123 - 15.01.2015

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
SAMP isn't really built for custom clients, there's no such function.
Basically, Its not impossible.
Since samp accepts agruments, Like if you did a file called runMe.bat with this content:
Код:
samp.exe 192.168.0.1:7777
It'll work and connect automaticly....

But detecting if he connected with it or not is impossible.


Re: Server launcher question #1 - bigboy81 - 15.01.2015

100% it's possible but i don't know how..
I hear something for socket plugin which connect clinet and server :/
Pretty hard to make..