Php make button to click play sa-mp
#1

Hi,

How make with php a button or text where you click and then it redirect you to sa-mp with specify ip
Reply
#2

samp://URL:PORT
For example your IP and port is 127.0.0.1 and 7777 with a simple anchor tag:

Код:
<a href="samp://127.0.0.1:7777">Click me</a>
Thumbs up!
Reply
#3

PHP код:
<a href="samp://127.0.0.1:7777">CLICK HERE TO PLAY!</a
Too late... heh.
Reply
#4

I understand, he is looking for a PHP code.

That would be:
PHP код:
<?php echo "<a href='samp://IP:Port'>SA-MP Server</a>"?>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)