Can someone help me with the code?
Firstly:
When I press the specified button in SAMP, this error appears in the chat: "Warning(s007): Exception 0xC0000005 at 0x7056F715"
Secondly:
When I try to compile my .cs file with "/help" in Sunny, it gives me an "expect 0" error. When I manually add it to the .cs file, launch the game, and press the button, the game crashes (probably due to a HEX code missing in the .cs file).
Code:
Ö °
M ŕ˙˙˙ dů
ô ţ˙˙˙FLAG SRC S {$CLEO .cs}
0000: NOP
:LOOP
0001: wait 0 ms
IF
0AB0: key_pressed 0x06 //
THEN
0001: wait 100 ms // Krátké čekání pro zamezení opakovaného vykonávání
// Odeslání příkazu "/help" do chatu
0AF9: samp say_msg
0001: wait 500 ms // Krátké čekání, aby se předešlo rychlému opakování příkazu
END
jump @LOOP' __SBFTR
Firstly:
When I press the specified button in SAMP, this error appears in the chat: "Warning(s007): Exception 0xC0000005 at 0x7056F715"
Secondly:
When I try to compile my .cs file with "/help" in Sunny, it gives me an "expect 0" error. When I manually add it to the .cs file, launch the game, and press the button, the game crashes (probably due to a HEX code missing in the .cs file).