- 10
- 30
so, in my script there is memory.setint8 and it works for me but it crashes for other people.
local memory = require"memory"
local TurnAddress = 7003425
local NOP = 144
for i = 1,6 do
memory.setint8(TurnAddress +i, NOP)
end
Why does some people get error for this but I dont?
[ML] (error) CounterSteerFix.lua: cannot resume non-suspended coroutine stack traceback: [C]: in function 'setint8' ...heft Auto San Andreas 037\moonloader\CounterSteerFix.lua:61: in function <...heft Auto San Andreas 037\moonloader\CounterSteerFix.lua:56> [ML] (error) CounterSteerFix.lua: Script died due to an error. (08DDB844)
It has nothing to do with coroutines lol
local memory = require"memory"
local TurnAddress = 7003425
local NOP = 144
for i = 1,6 do
memory.setint8(TurnAddress +i, NOP)
end
Why does some people get error for this but I dont?
[ML] (error) CounterSteerFix.lua: cannot resume non-suspended coroutine stack traceback: [C]: in function 'setint8' ...heft Auto San Andreas 037\moonloader\CounterSteerFix.lua:61: in function <...heft Auto San Andreas 037\moonloader\CounterSteerFix.lua:56> [ML] (error) CounterSteerFix.lua: Script died due to an error. (08DDB844)
It has nothing to do with coroutines lol