CLEO Help help with programming in cleo

CLEO related
Status
Not open for further replies.

rein

Member
Joined
Jan 3, 2016
Messages
17
Reaction score
0
for example:
i want to make car repair cs / trigger cs

So - i know how to set this with opcode, but where i can find @1 or other? I know what it is, but i dont know how to find this in game, like i sit in a car and i want to change, but i dont know how to get @ of state of a car now (for example)

sorry for bad english

oh
i dont know something like this:
// GET ALL STREAMED PEDS   
0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0
000A: 29@ += 0x4
0A8D: 29@ = read_memory 29@ size 4 virtual_protect 0
for 30@ = 0 to 35584 step 0x100
    0A8D: 31@ = read_memory 29@ size 1 virtual_protect 0
    000A: 29@ += 0x1
    if and
        0029:  31@ >= 0x00
        001B:  0x80 > 31@
how it work (read memory) etc?
 
Status
Not open for further replies.
Top