Posted: Thu Nov 11, 2010 12:02 am Post subject: SAMP - Multiple Servers
Because muliple servers of SAMP not working I creating a workaround. I replace the original server .exe with a converted .bat file containing:
Code:
cd Servers\%1
START samp-server.exe
%1 is the startup parameter witch in this case the server port
It works almost perfect, but you can't shutdown or restart the server on the panel. So can I add some commands for shutting down and restart the server into the .bat file?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum