SA-MP Forums Archive
website to server connecting - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: website to server connecting (/showthread.php?tid=619309)



website to server connecting - bugmenotlol - 16.10.2016

as the title says i saw many servers when visiting a website and there will be one tab and by clicking on it we can add our samp server to favourites or comnect and play
how to do it ?


Re: website to server connecting - Quinncell - 16.10.2016

Well if you have a website/forum, just add another board and give the link so players can redirect.
If you want players to connect to your server (I am not sure how it's done, I think it needs to be hosted) try this

Code:
samp://serverip



Re: website to server connecting - Staden - 16.10.2016

Just use this
HTML Code:
<html><a href="samp://IP:PORT">Change this text to whatever you want, eg: add to favorites</a></html>



Re: website to server connecting - bugmenotlol - 16.10.2016

didnt get yet
plz explain more in case of if it is a button


Re: website to server connecting - Vince - 17.10.2016

If you don't get it, then honestly: learn HTML. It is merely the custom protocol (samp://) that activates the client.


Re: website to server connecting - Quinncell - 17.10.2016

Quote:
Originally Posted by Vince
View Post
If you don't get it, then honestly: learn HTML. It is merely the custom protocol (samp://) that activates the client.
Either do what Vince said or buy a website/forum and connect the server ip/port link to a board so players can redirect to it.