[Tutorial] [Win][Tut] One click server testing - 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: [Tutorial] [Win][Tut] One click server testing (
/showthread.php?tid=132983)
[Win][Tut] One click server testing -
iron_war_lord - 10.03.2010
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:
Code:
start samp-server.exe
start samp.exe 127.0.0.1:7777
- 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
Re: [Win][Tut] One click server testing -
cgty94 - 10.03.2010
yeah it is a good thingy but my gta server and samp.exe arent on same dir, how to make it wokring?
Re: [Win][Tut] One click server testing -
cgty94 - 10.03.2010
Quote:
Originally Posted by ~ ЉǾǖŦĦЗŁΛẄ ~
Code:
start samp-server.exe
start c:\dir\samp.exe 127.0.0.1:7777 or something
|
south i remembered how to do lol thx xD i put this .bat file in my server folder near samp-server.exe and its working perfectly
Code:
start samp-server.exe
cd c:\program files\rockstar games\gta san andreas\ (your gta sa dir)
start samp.exe 127.0.0.1:7777
Re: [Win][Tut] One click server testing -
cgty94 - 10.03.2010
er another thing is there a way to make it start windowed mode?
Re: [Win][Tut] One click server testing -
saiberfun - 10.03.2010
Quote:
Originally Posted by cgty94
er another thing is there a way to make it start windowed mode?
|
theres a mod called windowhack search it^^
Re: [Win][Tut] One click server testing - [03]Garsino - 10.03.2010
Nice, didnt know about this

)