Вопросы по CLEO-скриптингу

Bullet0070

Новичок
14
0
А сама ошибка в моём коде есть? Не могу усвоить по рабочему коду, который даёт абсолютно другие функции) Мне интересна ошибка именно в этом коде:
Код:
{$CLEO}

0000:
:targetcmd
wait 0
if
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET
else_jump @targetcmd
if
0AB0: key_pressed 69
then
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/su %d 5 Article 1.3 of the Criminal Code" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take gunlicense %d 5" 1@
end
if
0AB0: key_pressed 49
then
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take driverslicense %d 3" 1@
end
if
0AB0: key_pressed 51
then
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/su %d 6 Article 2.2 of the Criminal Code" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take gunlicense %d 7" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take driverslicense %d 7" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take boatlicense %d 7" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take flyinglicense %d 7" 1@
end
jump @targetcmd
 

gcode

нестандартное звание звание звание звание звани...
Друг
789
357
А сама ошибка в моём коде есть? Не могу усвоить по рабочему коду, который даёт абсолютно другие функции) Мне интересна ошибка именно в этом коде:
Попробуй так.

Код:
{$CLEO}
 
0000:
if
    8AF7: get_samp_base_to 33@
then
    0A93: end_custom_thread
end
repeat
    wait 400
until 0AFA: is_samp_structures_available
 
:targetcmd
wait 0
if
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET
else_jump @targetcmd
if
0AB0: key_pressed 69
then
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/su %d 5 Article 1.3 of the Criminal Code" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take gunlicense %d 5" 1@
end
if
0AB0: key_pressed 49
then
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take driverslicense %d 3" 1@
end
if
0AB0: key_pressed 51
then
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/su %d 6 Article 2.2 of the Criminal Code" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take gunlicense %d 7" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take driverslicense %d 7" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take boatlicense %d 7" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take flyinglicense %d 7" 1@
end
jump @targetcmd
 

Bullet0070

Новичок
14
0
Попробуй так.

Код:
{$CLEO}
 
0000:
if
    8AF7: get_samp_base_to 33@
then
    0A93: end_custom_thread
end
repeat
    wait 400
until 0AFA: is_samp_structures_available
 
:targetcmd
wait 0
if
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET
else_jump @targetcmd
if
0AB0: key_pressed 69
then
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/su %d 5 Article 1.3 of the Criminal Code" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take gunlicense %d 5" 1@
end
if
0AB0: key_pressed 49
then
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take driverslicense %d 3" 1@
end
if
0AB0: key_pressed 51
then
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/su %d 6 Article 2.2 of the Criminal Code" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take gunlicense %d 7" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take driverslicense %d 7" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take boatlicense %d 7" 1@
wait 1000
0B2B: samp 1@ = get_player_id_by_actor_handle 0@
0AF9: samp say_msg "/take flyinglicense %d 7" 1@
end
jump @targetcmd
Не работает(
Уже уйму способов пересмотрел, у нескольких человек, ни один не робит. У меня есть подобный скрипт, только рабочий, может кто сможет его переделать. Код рабочего скрипта под спойлер кладу.
Код:
{$VERSION 3.1.0027}
{$CLEO .cs}

//-------------MAIN---------------
if 
29@ = SAMP.Base()
jf @INCLUDELOW_18 
0A93: end_custom_thread 

:INCLUDELOW_18
wait 400 
SAMP.Available
jf @INCLUDELOW_18 
thread 'INCLUDELOW' 
0000: NOP 
wait 0 
if 
Actor.Defined($PLAYER_ACTOR)
jf @INCLUDELOW_153 
0AF8: samp add_message_to_chat "SUPER BINDER BY INCLUDELOW SUCCESSFULLY LOADED" 16753920 
0AF8: samp add_message_to_chat "©BLASTHACK.NET" 11403055 

:INCLUDELOW_153
wait 0 
if and
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET 
0AB0: key_pressed 88 
jf @INCLUDELOW_239 

:INCLUDELOW_180
wait 0 
if 
0AB0: key_pressed 88 
jf @INCLUDELOW_206 
jump @INCLUDELOW_180 

:INCLUDELOW_206
wait 0 
1@ = SAMP.GetSAMPPlayerIDByActorHandle(0@)
0AF9: samp say_msg "/CUFF %D" 1@ 
wait 512 

:INCLUDELOW_239
wait 0 
if and
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET 
0AB0: key_pressed 90 
jf @INCLUDELOW_327 

:INCLUDELOW_266
wait 0 
if 
0AB0: key_pressed 90 
jf @INCLUDELOW_292 
jump @INCLUDELOW_266 

:INCLUDELOW_292
wait 0 
1@ = SAMP.GetSAMPPlayerIDByActorHandle(0@)
0AF9: samp say_msg "/UNCUFF %D" 1@ 
wait 512 

:INCLUDELOW_327
wait 0 
if and
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET 
0AB0: key_pressed 82 
jf @INCLUDELOW_421 

:INCLUDELOW_354
wait 0 
if 
0AB0: key_pressed 82 
jf @INCLUDELOW_380 
jump @INCLUDELOW_354 

:INCLUDELOW_380
wait 0 
1@ = SAMP.GetSAMPPlayerIDByActorHandle(0@)
0AF9: samp say_msg "/TAKE WEAPONS %D" 1@ 
wait 512 

:INCLUDELOW_421
wait 0 
jump @INCLUDELOW_153
 

gcode

нестандартное звание звание звание звание звани...
Друг
789
357
Не работает(
Уже уйму способов пересмотрел, у нескольких человек, ни один не робит. У меня есть подобный скрипт, только рабочий, может кто сможет его переделать. Код рабочего скрипта под спойлер кладу.
Код:
{$VERSION 3.1.0027}
{$CLEO .cs}
 
//-------------MAIN---------------
if
29@ = SAMP.Base()
jf @INCLUDELOW_18
0A93: end_custom_thread
 
:INCLUDELOW_18
wait 400
SAMP.Available
jf @INCLUDELOW_18
thread 'INCLUDELOW'
0000: NOP
wait 0
if
Actor.Defined($PLAYER_ACTOR)
jf @INCLUDELOW_153
0AF8: samp add_message_to_chat "SUPER BINDER BY INCLUDELOW SUCCESSFULLY LOADED" 16753920
0AF8: samp add_message_to_chat "©BLASTHACK.NET" 11403055
 
:INCLUDELOW_153
wait 0
if and
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET
0AB0: key_pressed 88
jf @INCLUDELOW_239
 
:INCLUDELOW_180
wait 0
if
0AB0: key_pressed 88
jf @INCLUDELOW_206
jump @INCLUDELOW_180
 
:INCLUDELOW_206
wait 0
1@ = SAMP.GetSAMPPlayerIDByActorHandle(0@)
0AF9: samp say_msg "/CUFF %D" 1@
wait 512
 
:INCLUDELOW_239
wait 0
if and
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET
0AB0: key_pressed 90
jf @INCLUDELOW_327
 
:INCLUDELOW_266
wait 0
if
0AB0: key_pressed 90
jf @INCLUDELOW_292
jump @INCLUDELOW_266
 
:INCLUDELOW_292
wait 0
1@ = SAMP.GetSAMPPlayerIDByActorHandle(0@)
0AF9: samp say_msg "/UNCUFF %D" 1@
wait 512
 
:INCLUDELOW_327
wait 0
if and
0AD2: 0@ = player $PLAYER_CHAR targeted_actor //IF and SET
0AB0: key_pressed 82
jf @INCLUDELOW_421
 
:INCLUDELOW_354
wait 0
if
0AB0: key_pressed 82
jf @INCLUDELOW_380
jump @INCLUDELOW_354
 
:INCLUDELOW_380
wait 0
1@ = SAMP.GetSAMPPlayerIDByActorHandle(0@)
0AF9: samp say_msg "/TAKE WEAPONS %D" 1@
wait 512
 
:INCLUDELOW_421
wait 0
jump @INCLUDELOW_153

Проблема в самом опкоде 0B2B. Выдаёт неправильное значение, которое не меняется от входящего хэндла, но меняется с началом новой сессии :)
 

Bullet0070

Новичок
14
0
Проблема в самом опкоде 0B2B. Выдаёт неправильное значение, которое не меняется от входящего хэндла, но меняется с началом новой сессии :)
А как править? Обидно, этот скрипт(еслиб был работающий) - это моя мечта) Очень очень нужен...Может FYP поможет, не знаю...
 

itsLegend

Фонд борьбы за жуков 🐞
Администратор
2,696
1,469
Проблема в самом опкоде 0B2B. Выдаёт неправильное значение, которое не меняется от входящего хэндла, но меняется с началом новой сессии :)
Всё правильно выдаёт.
Трабла в сервере, 100%
 

Thomas_Johnson

Известный
Проверенный
183
21
Я был бы так же уверен, если бы у меня небыло скрипта, который же вроде работает =(
Ведь если 1 скрипт работает, то и другие могут... Знать бы как

F10 - Форматирование - Регистр букв: Как есть
И заново компилируй
 

alfazlo

Потрачен
128
36
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
100 процентов работающая версия, только что все сам проверил пробуй
Код:
{$CLEO .cs}
if 8AF7: get_samp_base_to 30@
then 0A93: end_custom_thread
end
repeat 
wait 1
until 0AFA: is_samp_structures_available
0AF8: samp add_message_to_chat "ok" color 0xF7FF00
while true
wait 0
0A96: 1@ = actor $PLAYER_ACTOR struct
0C0C: 1@ = struct 1@ offset 1948 size 4
0AEA: 1@ = actor_struct 1@ handle
if 1@ > 0
then
0B2B: samp 2@ = get_player_id_by_actor_handle 1@
1@ = 0
if
0AB0: key_pressed 69
then
0AF9: samp say_msg "/su %d 5 Napad na PO" 2@
wait 200
continue
end
if 0AB0: key_pressed 70
then
0AF9: samp say_msg "/Take gunlicense %d 7" 2@
wait 200
continue
end
if 0AB0: key_pressed 71
then 
0AF9: samp say_msg "/Take weapons %d" 2@
wait 200
continue
end
else continue
end 
end
 
  • Нравится
Реакции: Bullet0070 и gcode

alfazlo

Потрачен
128
36
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Скажите кординаты загрузки.
тп просто очень долеко и попадешь в загрузку. Вот максимальное число с плавающей точкой для 4 байтов 3,4×10^38. Думаю, если туда тп по всем осям, то точно в загрузку попадешь. Вот 1@ = 38000000000000000000000000000000000000.0
 

gcode

нестандартное звание звание звание звание звани...
Друг
789
357
100 процентов работающая версия, только что все сам проверил пробуй
Код:
{$CLEO .cs}
if 8AF7: get_samp_base_to 30@
then 0A93: end_custom_thread
end
repeat
wait 1
until 0AFA: is_samp_structures_available
0AF8: samp add_message_to_chat "ok" color 0xF7FF00
while true
wait 0
0A96: 1@ = actor $PLAYER_ACTOR struct
0C0C: 1@ = struct 1@ offset 1948 size 4
0AEA: 1@ = actor_struct 1@ handle
if 1@ > 0
then
0B2B: samp 2@ = get_player_id_by_actor_handle 1@
1@ = 0
if
0AB0: key_pressed 69
then
0AF9: samp say_msg "/su %d 5 Napad na PO" 2@
wait 200
continue
end
if 0AB0: key_pressed 70
then
0AF9: samp say_msg "/Take gunlicense %d 7" 2@
wait 200
continue
end
if 0AB0: key_pressed 71
then
0AF9: samp say_msg "/Take weapons %d" 2@
wait 200
continue
end
else continue
end
end

Тут он насколько я понимаю берёт id player_actora, а нужно-то targeted player. Будет ли с ним работать или выдаст шляпу?