Sanny Builder has an opcode that recorded what I write?
Ex, I Write in Chat /69 so script will say "cmd 69".
I tried do something with FOR function but without succes .
That is:
Ex, I Write in Chat /69 so script will say "cmd 69".
I tried do something with FOR function but without succes .
That is:
Code:
[quote]
{$CLEO .cs}
0000: NOP
:Noname_03
wait 0
:Noname_04
wait 0
IF 0256: player $PLAYER_CHAR defined
JF @Noname_05
FOR 3@ = 0 to 999
SAMP.IsCommandTyped(3@)
IF 0AD4: 1@ = scan_string 3@ format "%d" 2@ //IF and SET
JF @Noname_05
say "/find %d" 3@
:Noname_05
jump @Noname_04
[/quote]