26.08.2015, 08:45
Is it possible to do so either by using HTML...
e.g.
Note: Save the file with .html extenstion on your device.
...or...
Create a new file in your GTA SA folder, and save it in .bat extension, then make a shortcut for it on your Desktop.
Open it with notepad, and add the following:
Note: Add the server's IP & Port that you want to connect to at its specific variables.
e.g.
PHP код:
<meta http-equiv="refresh" content="1;url=samp://IP:PORT">
...or...
Create a new file in your GTA SA folder, and save it in .bat extension, then make a shortcut for it on your Desktop.
Open it with notepad, and add the following:
Код:
@echo off set ip=ip set port=port samp.exe %ip%:%port%