CLEO Help What's wrong here?

CLEO related
Status
Not open for further replies.

Opcode.eXe

Expert
Joined
Feb 18, 2013
Messages
1,492
Reaction score
236
Location
( ͡° ͜ʖ ͡°)
This should work... it was 003C: and it should be not 803c:
{$CLEO .cs}
0000:



WHILE TRUE
WAIT 0
IF
0AB0: 88
THEN

// FOR ALL 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@
then
005A: 31@ += 30@
// GOT THE PED.
if
803C: $player_actor == 31@ // (int)
then
0337: set_actor 31@ visibility 0
end

end
end
// FOR ALL PEDS END

END
END
 
Status
Not open for further replies.
Top