mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
01d48cd314
Updated natives for 1.50. Added settings JSON implementation. Refactored spawn vehicle bypass to not crash. (removed VMT hook)
6 lines
60 B
Batchfile
6 lines
60 B
Batchfile
@echo off
|
|
premake5 vs2019
|
|
IF %ERRORLEVEL% NEQ 0 (
|
|
PAUSE
|
|
)
|