- 2,867
- 1,642
Другое - Полезные сниппеты и SCM-функции(https://blast.hk/threads/897/page-3#post-56084)Как узнать ID пикапа по его модели?
Другое - Полезные сниппеты и SCM-функции(https://blast.hk/threads/897/page-3#post-56084)Как узнать ID пикапа по его модели?
Можешь второй поток въебать create custom threadКак осуществить выполнение двух и более одновременных бесконечных циклов в одном скрипте?
{$CLEO}
0000:
:1
wait 0
0AFA: is_samp_available
jf @1
chatmsg "---------------" 0xF330B3
chatmsg "{F3304C}/hpc {EFF330}x {5AF330}y{BDBDBD} - ðàçìåñòèòü èíäèêàòîð ({EFF330}x, {5AF330}y{BDBDBD})"
chatmsg "{F3304C}/hph {BDBDBD}ðàçìåð øðèôòà({2FC5CA}20 íàïðèìåð{BDBDBD})"
chatmsg "{D850FB}Version 0.1 {50FB54}Thread™"
chatmsg "---------------" 0xF330B3
0AC8: 3@ = allocate_memory_size 256
0AC8: 23@ = allocate_memory_size 256
0B34: samp register_client_command "hpc" to_label @settcoord
0B34: samp register_client_command "hph" to_label @settheight
0AF0: 12@ = get_int_from_ini_file "cleo\HP.ini" section "Main" key "Height"
0B6D: render 1@ = create_font "Arial black" height 12@ flags 12
:2
wait 0
0B61: samp is_local_player_spawned
jf @2
:src
wait 0
0226: 2@ = actor $Player_Actor health
0AD3: 3@ = format "{ffffff}%d {6461E9}hp" 2@
0AF0: 8@ = get_int_from_ini_file "cleo\HP.ini" section "Main" key "cord-x"
0AF0: 9@ = get_int_from_ini_file "cleo\HP.ini" section "Main" key "cord-y"
0B6F: render font 1@ draw_text 3@ pos 8@ 9@ color 0xFFFFF2CF
jump @src
:settcoord
wait 0
SAMP.IsCommandTyped(4@)
if 0AD4: 5@ = scan_string 4@ format "%d%d" 6@ 7@ //IF and SET
jf @error
0AF1: write_int 6@ to_ini_file "cleo\HP.ini" section "Main" key "cord-x"
0AF1: write_int 7@ to_ini_file "cleo\HP.ini" section "Main" key "cord-y"
chatmsg "Êîðäèíàòû óñòàíîâëåíû" 0x30F39C
0B43: samp cmd_ret
:settheight
wait 0
SAMP.IsCommandTyped(15@)
if 0AD4: 14@ = scan_string 15@ format "%d" 16@ //IF and SET
jf @error
0AF1: write_int 16@ to_ini_file "cleo\HP.ini" section "Main" key "Height"
chatmsg "Âûñîòà óñòàíîâëåíà" 0x30F39C
0AF0: 12@ = get_int_from_ini_file "cleo\HP.ini" section "Main" key "Height"
0B6D: render 1@ = create_font "Comic sans MS" height 12@ flags 12
0B43: samp cmd_ret
:error
wait 0
chatmsg "Íåïðàâèëüíî ââåäåíû äàííûå" 0xBD2828
0B43: samp cmd_ret
Мб нету опкодов на скомпилированныйПосмотреть вложение 17545
Че за хуйня?CLEO:{$CLEO} 0000: :1 wait 0 0AFA: is_samp_available jf @1 chatmsg "---------------" 0xF330B3 chatmsg "{F3304C}/hpc {EFF330}x {5AF330}y{BDBDBD} - ðàçìåñòèòü èíäèêàòîð ({EFF330}x, {5AF330}y{BDBDBD})" chatmsg "{F3304C}/hph {BDBDBD}ðàçìåð øðèôòà({2FC5CA}20 íàïðèìåð{BDBDBD})" chatmsg "{D850FB}Version 0.1 {50FB54}Thread™" chatmsg "---------------" 0xF330B3 0AC8: 3@ = allocate_memory_size 256 0AC8: 23@ = allocate_memory_size 256 0B34: samp register_client_command "hpc" to_label @settcoord 0B34: samp register_client_command "hph" to_label @settheight 0AF0: 12@ = get_int_from_ini_file "cleo\HP.ini" section "Main" key "Height" 0B6D: render 1@ = create_font "Arial black" height 12@ flags 12 :2 wait 0 0B61: samp is_local_player_spawned jf @2 :src wait 0 0226: 2@ = actor $Player_Actor health 0AD3: 3@ = format "{ffffff}%d {6461E9}hp" 2@ 0AF0: 8@ = get_int_from_ini_file "cleo\HP.ini" section "Main" key "cord-x" 0AF0: 9@ = get_int_from_ini_file "cleo\HP.ini" section "Main" key "cord-y" 0B6F: render font 1@ draw_text 3@ pos 8@ 9@ color 0xFFFFF2CF jump @src :settcoord wait 0 SAMP.IsCommandTyped(4@) if 0AD4: 5@ = scan_string 4@ format "%d%d" 6@ 7@ //IF and SET jf @error 0AF1: write_int 6@ to_ini_file "cleo\HP.ini" section "Main" key "cord-x" 0AF1: write_int 7@ to_ini_file "cleo\HP.ini" section "Main" key "cord-y" chatmsg "Êîðäèíàòû óñòàíîâëåíû" 0x30F39C 0B43: samp cmd_ret :settheight wait 0 SAMP.IsCommandTyped(15@) if 0AD4: 14@ = scan_string 15@ format "%d" 16@ //IF and SET jf @error 0AF1: write_int 16@ to_ini_file "cleo\HP.ini" section "Main" key "Height" chatmsg "Âûñîòà óñòàíîâëåíà" 0x30F39C 0AF0: 12@ = get_int_from_ini_file "cleo\HP.ini" section "Main" key "Height" 0B6D: render 1@ = create_font "Comic sans MS" height 12@ flags 12 0B43: samp cmd_ret :error wait 0 chatmsg "Íåïðàâèëüíî ââåäåíû äàííûå" 0xBD2828 0B43: samp cmd_ret
Там пара,уосяков,естьПосмотреть вложение 17545
Че за хуйня?CLEO:{$CLEO} 0000: :1 wait 0 0AFA: is_samp_available jf @1 chatmsg "---------------" 0xF330B3 chatmsg "{F3304C}/hpc {EFF330}x {5AF330}y{BDBDBD} - ðàçìåñòèòü èíäèêàòîð ({EFF330}x, {5AF330}y{BDBDBD})" chatmsg "{F3304C}/hph {BDBDBD}ðàçìåð øðèôòà({2FC5CA}20 íàïðèìåð{BDBDBD})" chatmsg "{D850FB}Version 0.1 {50FB54}Thread™" chatmsg "---------------" 0xF330B3 0AC8: 3@ = allocate_memory_size 256 0AC8: 23@ = allocate_memory_size 256 0B34: samp register_client_command "hpc" to_label @settcoord 0B34: samp register_client_command "hph" to_label @settheight 0AF0: 12@ = get_int_from_ini_file "cleo\HP.ini" section "Main" key "Height" 0B6D: render 1@ = create_font "Arial black" height 12@ flags 12 :2 wait 0 0B61: samp is_local_player_spawned jf @2 :src wait 0 0226: 2@ = actor $Player_Actor health 0AD3: 3@ = format "{ffffff}%d {6461E9}hp" 2@ 0AF0: 8@ = get_int_from_ini_file "cleo\HP.ini" section "Main" key "cord-x" 0AF0: 9@ = get_int_from_ini_file "cleo\HP.ini" section "Main" key "cord-y" 0B6F: render font 1@ draw_text 3@ pos 8@ 9@ color 0xFFFFF2CF jump @src :settcoord wait 0 SAMP.IsCommandTyped(4@) if 0AD4: 5@ = scan_string 4@ format "%d%d" 6@ 7@ //IF and SET jf @error 0AF1: write_int 6@ to_ini_file "cleo\HP.ini" section "Main" key "cord-x" 0AF1: write_int 7@ to_ini_file "cleo\HP.ini" section "Main" key "cord-y" chatmsg "Êîðäèíàòû óñòàíîâëåíû" 0x30F39C 0B43: samp cmd_ret :settheight wait 0 SAMP.IsCommandTyped(15@) if 0AD4: 14@ = scan_string 15@ format "%d" 16@ //IF and SET jf @error 0AF1: write_int 16@ to_ini_file "cleo\HP.ini" section "Main" key "Height" chatmsg "Âûñîòà óñòàíîâëåíà" 0x30F39C 0AF0: 12@ = get_int_from_ini_file "cleo\HP.ini" section "Main" key "Height" 0B6D: render 1@ = create_font "Comic sans MS" height 12@ flags 12 0B43: samp cmd_ret :error wait 0 chatmsg "Íåïðàâèëüíî ââåäåíû äàííûå" 0xBD2828 0B43: samp cmd_ret
я скачивал раньше с этого же источника скрипт и редачил свободно, щас вот такая хуйня часто со многими скриптами проиходитТам пара,уосяков,есть
Я не про иероглифыя скачивал раньше с этого же источника скрипт и редачил свободно, щас вот такая хуйня часто со многими скриптами проиходит
ya toje :thinking:Я не про иероглифы
у тебя нету кейвордовya toje :thinking:
Попробуй несколько раз hph прописать с разным heightya toje :thinking:
Это не пиздец это скмчерез что можно посмотреть код сампфункс? при открытии сани билдером какой-то пиздец