Update SoloLobbyCreator.bat
This commit is contained in:
@@ -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
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user