Hello i need sinple mod that show pedslots on screen always. Have tried code bellow but it does not seem to work.
thank's for help in advance
C#:
{$cleo}
0000:
while true
wait 0
0A8D: 29@ = read_memory 0xB74490 size 4 virtual_protect 0
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@
0AD1: show_formatted_text_highpriority "Peds %d" time 1000 31@
end
end
end
thank's for help in advance