SA-MP Forums Archive
Need Help For My Website - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Need Help For My Website (/showthread.php?tid=615725)



Need Help For My Website - Filbert - 26.08.2016

Hello, here I have a question.
How to make samp launcher? I mean, if i click the button, i will go to my server.
Sorry for my bad english. I hope you know what i mean.
Thank You


Re: Need Help For My Website - HeLiOn_PrImE - 26.08.2016

Set a hyperlink with an address like this one:
"samp://IP:PORT"
If the guy doesn't have the ip he will be prompted by the client with the option to add it or join dorectly.


Re: Need Help For My Website - Filbert - 26.08.2016

You mean HTML code?


Re: Need Help For My Website - HeLiOn_PrImE - 26.08.2016

Quote:
Originally Posted by Filbert
Посмотреть сообщение
You mean HTML code?
Yep.


Re: Need Help For My Website - MaazS - 29.08.2016

Quote:
Originally Posted by Filbert
Посмотреть сообщение
You mean HTML code?
Yep. Example:
<a href="samp://exampleiport" class="btn btn-primary btn-lg scroll">Server</a>


Re: Need Help For My Website - Luis- - 29.08.2016

Presuming you just copied & pasted that code. He doesn't need the class part of it. Seeing as he doesn't use the same CSS file as you.