10.03.2010, 15:00
I'm not sure if many people have tried this or have thought about this, but you can make a DIY one click server tester.
It's super easy:
- Make a new text file in your GTA SA folder
- Rename it to Test Server.bat
- Right click on it and click edit
- Paste this code into Notepad:
- Save the file
Now all you have to do is double click Test Server.bat and it will start your server up AND connect you to it
Out
It's super easy:
- Make a new text file in your GTA SA folder
- Rename it to Test Server.bat
- Right click on it and click edit
- Paste this code into Notepad:
Code:
start samp-server.exe start samp.exe 127.0.0.1:7777
Now all you have to do is double click Test Server.bat and it will start your server up AND connect you to it
Out