mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-14 21:48:00 +08:00

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
|
|
)
|