silentl747
Active member
- Joined
- Jul 7, 2014
- Messages
- 96
- Reaction score
- 0
I cant deactive this cheat.
tell my mistake please, im a beginner scripter!
tell my mistake please, im a beginner scripter!
Code:
:START
wait 0
if
0ADC: test_cheat "NOPCHH"
jf @main
if
0@ == 0 // ITS OFF
then
0@ = 1 // ENABLE IT
018C: play_sound 1083 at 0.0 0.0 0.0
0ACD: show_text_highpriority "~w~]NOPC[SmartHH ~g~ON" time 2000
else
0@ = 0 // TURN IT OFF
018C: play_sound 1084 at 0.0 0.0 0.0
0ACD: show_text_highpriority "~w~]NOPC[SmartHH ~r~OFF" time 2000
end
:main
if 0@ == 1
jf @START
// ACTION
wait 2000
jump @loop
:loop
if 0@ == 1
jf @START
// ACTION
wait 2000
jump @main