Search results

  1. P

    Lua Help

    I have a question how to stop executing taskGoToCoordAnyMeans or carGotoCoordinates or similar functions in Lua ( Moonloader ). I think some trick from CLEO will also work ( calling some opcodes or something like that ), but I don't know how to do that.
  2. P

    Call opcode function in Python ( using PyMem )

    Hi everyone, Is it possible to call opcode function in Python ( using PyMem which is module to manipulate with memory ). I found memory addresses of some opcodes on this page https://gtamods.com/wiki/Memory_Addresses_(SA), but I have no idea how to call it. Can someone give me simple example for...
  3. P

    Run opcode function in GTA SA with C code

    Hi everyone, I have a question about GTA SA. Is there any way I can run some opcodes with C code, without CLEO and Sanny Builder, I already know how to access simple memory variables, like I can access player position with C code, but I don't know enough to code calling opcode functions, I don't...
Top