- 8,868
- 11,576
Вроде бы все верно, но при запуске игры с этим скриптом игра зависает на стадии загрузки.
CLEO:
{$CLEO}
0000:
:lock
if and
not samp.ChatInputOpened()
0ADC: test_cheat "L"
jf @key
0AF9: samp say_msg " /lock"
jump @key
:key
if and
not samp.ChatInputOpened()
0ADC: test_cheat "K"
jf @style
0AF9: samp say_msg " /key"
jump @style
:style
if and
not samp.ChatInputOpened()
0ADC: test_cheat "O"
jf @JLock
0AF9: samp say_msg " /style"
jump @JLock
:JLock
if and
not samp.ChatInputOpened()
0ADC: test_cheat "LJ"
jf @OLock
0AF9: samp say_msg " /Jlock"
jump @OLock
:OLock
if and
not samp.ChatInputOpened()
0ADC: test_cheat "Lo"
jf @lock
0AF9: samp say_msg " /Olock"
jump @Lock