Skip to content

Instantly share code, notes, and snippets.

View flameshikari's full-sized avatar

Evgeny flameshikari

View GitHub Profile
@flameshikari
flameshikari / gta_sa_launcher.bat
Last active April 9, 2021 09:01
Simple Windows cmd wrapper that allow launch GTA or MTA via Steam
@ECHO OFF
SET MTA_DIR=C:\Program Files\Steam\steamapps\common\Grand Theft Auto San Andreas\MTA
REM EDITING THE CODE BELOW MAY CAUSE ERRORS
SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION