Code:
{$CLEO .cs}
0000: NOP
0@ = 0
:main
wait 0
if
0039: 0@ == 0
jf @disable
if and
0256: player $PLAYER_ACTOR defined
0ADC: test_cheat "reinik"
jf @main
jump @enable
:enable
wait 0
0@ = 1
SAMP.SetGameKeyState(40, 1)
wait 50
SAMP.SetGameKeyState(40, 0)
wait 50
SAMP.SetGameKeyState(13, 1)
wait 50
SAMP.SetGameKeyState(13, 0)
jump @disable
:disable
wait 0
if
0735: is_keyboard_key_pressed 32
jf @enable
0@ = 0
jump @main
when u type reinik it should call (key down, then enter) <- in infinite loop and when holding space - disable it, but my friend told me that it only changes camera by V lol, how i change it? thx for help