Update SoloLobbyCreator.bat

This commit is contained in:
lzrdblzzrd
2021-04-01 20:55:40 +03:00
committed by GitHub
parent 9b2a0400e6
commit 371bb73243

View File

@@ -21,12 +21,12 @@ if not exist pssuspend.exe (
) else ( ) else (
color 0B color 0B
pssuspend.exe "GTA5.exe" -accepteula -nobanner >nul pssuspend.exe "GTA5.exe" -accepteula -nobanner >nul
for /l %%s in (9,-1,1) do ( for /l %%s in (11,-1,1) do (
cls. cls.
echo. echo.
echo ###################################################### echo ######################################################
echo # # echo # #
echo # GTA V process suspended for 9 seconds, please wait # echo # GTA V process suspended for 10 seconds #
title [ %%s ] %title% title [ %%s ] %title%
timeout 1 /nobreak >nul timeout 1 /nobreak >nul
) )
@@ -42,4 +42,4 @@ if not exist pssuspend.exe (
color 0A color 0A
timeout 3 /nobreak >nul timeout 3 /nobreak >nul
exit exit
) )