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

tigrenok_Appp

Новичок
4
0
Можно ли создать видимою линию между двумя координатами со своим цветом?
PS: Переиграл в Watch Dogs и КС
Опиши как захват терры происходит.

Кароче.
Захват: нужно пробыть на терре, не пустив на неё защитников, в течении 60 секунд.
Защита: либо выгнать с захвата, либо находиться просто на терре. Как мне объяснили, ибо сам я не в курсе, в банде не состаю.
Команду для захвата можно вводить 1 раз в 50 минут.
Захватытвать терры можно с 10:00 по 20:00 (время сервернное).
Как-то так.
 

Dark_Knight

Me, me and me.
Друг
4,083
2,110
YQaWJpu.png

Код:
{$CLEO}
thread "acheats"
 
if not 0@ = SAMP.Base()
then 0A93: end_custom_thread
end
while not SAMP.Available()
wait 100
end
 
 
0B34: samp register_client_command "line" to_label @cmd
while true
wait 0
if 30@ == 1
then
for 2@ = 0 to 999
if Samp.IsPlayerConnected(2@)
then 1@ = Samp.GetActorHandleByPlayerID(2@)
if 056D:  actor 1@ defined
then
03F0: enable_text_draw 1
04C4: store_coords_to 12@ 13@ 14@ from_actor 1@ with_offset 0.0 0.0 0.0
04C4: store_coords_to 5@ 6@ 7@ from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0
0B55: convert_3D_coords  12@ 13@ 14@ to_screen 8@ 9@
0B55: convert_3D_coords  5@ 6@ 7@ to_screen 10@ 11@
0B68: render draw_line_point1 8@ 9@ point2 10@ 11@ width 3 color 0xDDFFFFFF
 
end
end
end
end
end
 
:cmd
0B12: 30@ = 30@ XOR 1
message "State: %d" -228 30@
Samp.CmdRet()


 

Dark_Knight

Me, me and me.
Друг
4,083
2,110
:D
Прицепи телефон к руке, а не к ноге. И линию от телефона рисуй.
Можно сделать ограничение какое-то, типо через объекты не ловит связь.
06BD: no_obstacles_between 13@ 14@ 15@ and 10@ 11@ 12@ solid 1 car 0 actor 0 object 1 particle 0
Это только тесты
 

Opcode.eXe

Известный
84
113
как создать txt файл,при помощи клео?


Код:
IF
8AAB:  file_exists "CLEO\file.txt"
THEN
    REPEAT
        WAIT 0
    UNTIL 0A9A: 0@ = openfile "CLEO\file.txt" mode "at"  // IF and SET
    0AD9: write_formatted_text "This is my new text in file! %c" in_file 0@ 10
    0AD9: write_formatted_text "This is a new line, lol!    %c" in_file 0@ 10
    0A9B: closefile 0@
    else
    REPEAT
        WAIT 0
    UNTIL 0A9A: 0@ = openfile "CLEO\file.txt" mode "at"  // IF and SET
    0AD9: write_formatted_text "This is my new text in file! %c" in_file 0@ 10
    0AD9: write_formatted_text "This is a new line, lol!    %c" in_file 0@ 10
    0A9B: closefile 0@   
END
 
  • Нравится
Реакции: Dark_Knight

fonarik

Известный
206
3
Скажите на что переход оффестов
1@ = samp.Base()
1@ += 0x212A24 // SAMP_CHAT_INFO_OFFSET
0A8D: 1@ = read_memory 1@ size 0x4 virtual_protect 0x0
1@ += 0x136 // вот тут
0@ *= 0xFC // size of stChatEntry
005A: 1@ += 0@ // (int) // зачем это?
1@ += 0x1C // вот тут
0AB2: ret 0x1 1@
 

DarkP1xel

Сила воли наше всё.
BH Team
3,637
5,027
Ку всем.

Как из этого опкода: 0453: set_object 16@ XY_rotation 20@ 25@ angle 24@ получить текущий угол поворота 20@ 25@ (X,Y) объекта 16@?

How to get X and Y angles for object 16@? :|
 

fonarik

Известный
206
3
Код:
IF
8AAB:  file_exists "CLEO\file.txt"
THEN
    REPEAT
        WAIT 0
    UNTIL 0A9A: 0@ = openfile "CLEO\file.txt" mode "at"  // IF and SET
    0AD9: write_formatted_text "This is my new text in file! %c" in_file 0@ 10
    0AD9: write_formatted_text "This is a new line, lol!    %c" in_file 0@ 10
    0A9B: closefile 0@
    else
    REPEAT
        WAIT 0
    UNTIL 0A9A: 0@ = openfile "CLEO\file.txt" mode "at"  // IF and SET
    0AD9: write_formatted_text "This is my new text in file! %c" in_file 0@ 10
    0AD9: write_formatted_text "This is a new line, lol!    %c" in_file 0@ 10
    0A9B: closefile 0@ 
END

Crash...What could be the reason?
 

SR_team

like pancake
BH Team
4,815
6,515
Ку всем.

Как из этого опкода: 0453: set_object 16@ XY_rotation 20@ 25@ angle 24@ получить текущий угол поворота 20@ 25@ (X,Y) объекта 16@?

How to get X and Y angles for object 16@? :|

0176: 13@ = object 0@ Z_angle
Crash...What could be the reason?
Это только часть скрипта. Возможно ты где-то ошибся
 

itsLegend

Фонд борьбы за жуков 🐞
Администратор
2,696
1,469

Milleron

Новичок
14
0
В каком файле храниться информация о том сколько раз игра была запущена?