How do you... - 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: How do you... (
/showthread.php?tid=547428)
How do you... -
DavidKember - 22.11.2014
How do you make a signature a clickable link so you can add a server to favourites?
- Edit : And also change a URL's name to a custom one without changing the adress where that URL sends you.
Re: How do you... -
Alex Magaсa - 22.11.2014
samp://youripadress : port example:
samp://120.0.0.1:7777
Re: How do you... -
Abagail - 22.11.2014
By doing this:
Note this cannot be entered directly, and only works off re-directs as far as I know. Also, what do you mean by changing a URL's name? You mean something like this?
Code:
pawn Код:
[URL="forum.sa-mp.com"]SA-MP Forums[/URL]
Re: How do you... -
DavidKember - 22.11.2014
Yes abagail.
Re: How do you... -
Abagail - 22.11.2014
Example codes:
pawn Код:
[URL="forum.sa-mp.com"]SA-MP Forums[/URL]
Re-directs to SA-MP Forums, saying SAMP Forums.
SA-MP Short-Cut Example:
pawn Код:
[URL="samp://localhost:7777"]Add localhost to favorites![/URL]
This example would allow you to easily add localhost to your favorites.
Re: How do you... -
DavidKember - 22.11.2014
Thanks for helping both of you. Gonna give you Reps as soon as i can