- 29
- 149
How to disable main menu? I tried like that
but it crashes game, MTA:SA code:
Lua:
local ffi = require("ffi")
ffi.cast("void (__thiscall *)(int8_t)", 0x57BA57)(6)
C:
MemSet((void*)0x57BA57, 0x90, 6);