SA-MP Forums Archive
Play Now Link (Read Inside, for more Information) - 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: Play Now Link (Read Inside, for more Information) (/showthread.php?tid=438982)



Play Now Link (Read Inside, for more Information) - xxSwissxx - 23.05.2013

Hello, I need some help with the following things:
Quote:
  • samp:// or whatever it's called, where you can click the link and it sends you to the Pop-up with - Play Now, Do Nothing et cetera.
More Information:

It's a link, or something along that line that takes you to a Pop-up menu, I've seen a lot of them in Server Advertisements and would like to know how to create one for myself.

Reference:
No intentions of advertising this Server Advertisement, it's the closest one to the top with the example I need.

Regards,
Shade.


Re: Play Now Link (Read Inside, for more Information) - [L]azy[H]aze - 23.05.2013

Here try this
Quote:

If your need to use it for BBC,

pawn Code:
[url=samp://serveriphere] put whatever here [url]

If you need to use it for HTML (as shown above),

pawn Code:
<a href="samp://<serveriphere>"> put whatever here </a>




Re: Play Now Link (Read Inside, for more Information) - xxSwissxx - 23.05.2013

Thanks c: