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