SA-MP Forums Archive
How to create a direct link with my server IP ? - 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: How to create a direct link with my server IP ? (/showthread.php?tid=636226)



How to create a direct link with my server IP ? - BadScripter - 23.06.2017

I want to create a direct link for my server IP so when someone use it ,It's automatically opens samp and ask to add the server to the favorites list .


Re: How to create a direct link with my server IP ? - Fairuz - 23.06.2017

do some research.
'samp://yourserveriport'


Re: How to create a direct link with my server IP ? - BadScripter - 23.06.2017

I searched a lot all I found is old topic with a corrupted SS's
Anyway ty , I will try it !


Re: How to create a direct link with my server IP ? - BadScripter - 23.06.2017

Didn't work with me ,
Here's the html code i used
Код:
<a href="samp://144.76.68.79:10795"><img src="http://i.imgur.com/G9dQhBJ.png" alt="http://i.imgur.com/G9dQhBJ.png" /></a>



Re: How to create a direct link with my server IP ? - Astralis - 23.06.2017

You use html only in .php files as for the website. For normal forum signatures use:

[url=samp://ipPorthere]serverIP.or.WhateverHere[ /url]

Of course remove the space before /url.


Re: How to create a direct link with my server IP ? - BadScripter - 24.06.2017

Quote:
Originally Posted by Astralis
Посмотреть сообщение
You use html only in .php files as for the website. For normal forum signatures use:

[url=samp://ipPorthere]serverIP.or.WhateverHere[ /url]

Of course remove the space before /url.
Still .


Re: How to create a direct link with my server IP ? - oSAINTo - 24.06.2017

Your signature works for me.


Re: How to create a direct link with my server IP ? - BadScripter - 24.06.2017

Quote:
Originally Posted by oSAINTo
Посмотреть сообщение
Your signature works for me.
Alright ,Thanks !