{$CLEO .cs}
0000:
REPEAT
WAIT 0
UNTIL 0AFA:
WHILE TRUE
WAIT 0
IF AND
KEY_DOWN 75
8B21: samp is_chat_opened
THEN
0AF9: samp say_msg "/STOPANIM"
WAIT 500
END
END
thx i love you no homoYou're not too lazy you just don't know how considering it's like 20 lines and took me like 1 minute to make. Just gonna hope you're not too "lazy" to compile it.
C++:{$CLEO .cs} 0000: REPEAT WAIT 0 UNTIL 0AFA: WHILE TRUE WAIT 0 IF AND KEY_DOWN 75 8B21: samp is_chat_opened THEN 0AF9: samp say_msg "/STOPANIM" WAIT 500 END END