• New pricing for Credits and VIP

  • We sell Discord Boosts (level 3) now at a very cheap price and 100% guarantee safe and with replacement guarantees if there happens to be an issue💪

QBCORE [QBus] Auto Server Restarter + Auto Kicker with discord announcement (1 Viewer)

  • Thread starter BigDaddyVanilla
  • Start date
B

BigDaddyVanilla

Guest
Click HereClick Here

The files should be self-explanatory.


If you want your server to restart after the script closes it,
add this into your starter .bat file :
Code:
@echo off
cls
:start
echo Starting server...

YOUR OWN BATCH COMMANDS HERE

echo.
echo Restarting server...
echo.
goto start


Example full batch file :
Code:
@echo off
cls
:start
echo Starting server...

cd /d C:\Users\Admin\Desktop\MYSERVER\server-data
C:\Users\Admin\Desktop\Desktop\MYSERVER\FXServer.exe +exec server.cfg +set onesync on

echo.
echo Restarting server...
echo.
goto start



Let me know if you encounter any problems, i will try to help.
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

Users who are viewing this thread

Top