Скомпилируйте пожалуйста скрипты)

Статус
В этой теме нельзя размещать новые ответы.

Dept

Известный
Автор темы
20
13
Первый :

CLEO:
{$CLEO .cs}
thread "noname"

:dh
wait 0
if and
key_down 5
not SAMP.IsDialogActive(-1)
not SAMP.ChatInputOpened()
not SAMP.IsCursorActive()
jf @dh
0C73: set_char_key 91 down true
0C73: set_char_key 245 down true // 245 91    ë
wait 100
0C73: set_char_key 91 down false
0C73: set_char_key 245 down false
wait 100
0C73: set_char_key 93 down true
0C73: set_char_key 250 down true  // 93 250     ï
wait 100
0C73: set_char_key 99 down true
0C73: set_char_key 241 down true
wait 50
0C73: set_char_key 99 down false
0C73: set_char_key 241 down false
wait 25
0C73: set_char_key 91 down true  // ëêì
0C73: set_char_key 245 down true
wait 50
0C73: set_char_key 91 down false
0C73: set_char_key 245 down false
                                         
0C73: set_char_key 93 down false // ïêì îôô
0C73: set_char_key 250 down false
wait 10
0C73: set_char_key 99 down true
0C73: set_char_key 241 down true
wait 20
0C73: set_char_key 99 down false
0C73: set_char_key 241 down false
wait 230
jump @dh

Сделайте название run.cs , пожалуйста

И второй :
CLEO:
{$CLEO .cs}
0000: NOP

0B34: samp register_client_command "c1" to_label @MAHEKEH010
0B34: samp register_client_command "c2" to_label @MAHEKEH020
wait 0
12@ = 1
if
8AE4:   not directory_exists "CLEO\INI"
else_jump @MAHEKEH030
0AE5: create_directory "CLEO\INI" // IF and SET

:MAHEKEH030
wait 0
if
0AAB:   file_exists "CLEO\timer.ini"
else_jump @MAHEKEH040
0AF0: 1@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà äî ñáèâà"
0AF0: 2@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà ïîñëå ñáèâà"
0AF0: 13@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Êëàâèøà"
jump @MAHEKEH000
                                           
:MAHEKEH040
0AF1: write_int 50 to_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà äî ñáèâà"  
0AF1: write_int 50 to_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà ïîñëå ñáèâà"
0AF1: write_int 88 to_ini_file "CLEO\timer.ini" section "CBug" key "Êëàâèøà"

:MAHEKEH000
wait 0
if and
   not SAMP.ChatInputOpened
   not SAMP.IsDialogActive(-1)
0C89:  key_just_pressed 13@
else_jump @MAHEKEH050
0B12: 12@ = 12@ XOR 1

:MAHEKEH050
wait 0
0AF0: 1@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà äî ñáèâà"  
0AF0: 2@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà ïîñëå ñáèâà"
0AF0: 13@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Êëàâèøà"
0470: 0@ = actor $PLAYER_ACTOR current_weapon
0470: 5@ = actor $PLAYER_ACTOR current_weapon
0470: 6@ = actor $PLAYER_ACTOR current_weapon
0470: 7@ = actor $PLAYER_ACTOR current_weapon
0470: 8@ = actor $PLAYER_ACTOR current_weapon
0470: 9@ = actor $PLAYER_ACTOR current_weapon
0470: 10@ = actor $PLAYER_ACTOR current_weapon
if and
   12@ == 1
   not actor.Driving($PLAYER_ACTOR)
   not SAMP.IsDialogActive(-1)
   not SAMP.ChatInputOpened
   not Actor.Animation($PLAYER_ACTOR) == "WEAPON_CROUCH"
key_down 2
else_jump @MAHEKEH000

:MAHEKEHx
if or
0@ == 24
5@ == 25
6@ == 29
7@ == 30
8@ == 31
9@ == 33
10@ == 34
else_jump @MAHEKEH050

:MAHEKEH060
key_down 2
else_jump @MAHEKEH070
wait 1@
jump @MAHEKEH060

:MAHEKEH070
0C72: set_virtual_key 67 down 1
wait 2@
0C72: set_virtual_key 67 down 0
jump @MAHEKEH050

:MAHEKEH010
   SAMP.IsCommandTyped(11@)
0AD4: 15@ = scan_string 11@ format "%d" 1@
0AF1: write_int 1@ to_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà-1"
SAMP.CmdRet

:MAHEKEH020
   SAMP.IsCommandTyped(11@)
0AD4: 15@ = scan_string 11@ format "%d" 2@
0AF1: write_int 2@ to_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà-2"
SAMP.CmdRet


Название : timer.cs

У самого опкоды полетели на ноуте
 
Последнее редактирование модератором:
Решение
Первый :

{$CLEO .cs}
thread "noname"

:dh
wait 0
if and
key_down 5
not SAMP.IsDialogActive(-1)
not SAMP.ChatInputOpened()
not SAMP.IsCursorActive()
jf @dh
0C73: set_char_key 91 down true
0C73: set_char_key 245 down true // 245 91 ë
wait 100
0C73: set_char_key 91 down false
0C73: set_char_key 245 down false
wait 100
0C73: set_char_key 93 down true
0C73: set_char_key 250 down true // 93 250 ï
wait 100
0C73: set_char_key 99 down true
0C73: set_char_key 241 down true
wait 50
0C73: set_char_key 99 down false
0C73: set_char_key 241 down false
wait 25
0C73: set_char_key 91 down true // ëêì
0C73: set_char_key 245 down true
wait 50
0C73: set_char_key 91 down false
0C73: set_char_key 245 down false...

Impossible In Rage

Известный
955
247
Первый :

{$CLEO .cs}
thread "noname"

:dh
wait 0
if and
key_down 5
not SAMP.IsDialogActive(-1)
not SAMP.ChatInputOpened()
not SAMP.IsCursorActive()
jf @dh
0C73: set_char_key 91 down true
0C73: set_char_key 245 down true // 245 91 ë
wait 100
0C73: set_char_key 91 down false
0C73: set_char_key 245 down false
wait 100
0C73: set_char_key 93 down true
0C73: set_char_key 250 down true // 93 250 ï
wait 100
0C73: set_char_key 99 down true
0C73: set_char_key 241 down true
wait 50
0C73: set_char_key 99 down false
0C73: set_char_key 241 down false
wait 25
0C73: set_char_key 91 down true // ëêì
0C73: set_char_key 245 down true
wait 50
0C73: set_char_key 91 down false
0C73: set_char_key 245 down false

0C73: set_char_key 93 down false // ïêì îôô
0C73: set_char_key 250 down false
wait 10
0C73: set_char_key 99 down true
0C73: set_char_key 241 down true
wait 20
0C73: set_char_key 99 down false
0C73: set_char_key 241 down false
wait 230
jump @dh

Сделайте название run.cs , пожалуйста

И второй :
{$CLEO .cs}
0000: NOP

0B34: samp register_client_command "c1" to_label @MAHEKEH010
0B34: samp register_client_command "c2" to_label @MAHEKEH020
wait 0
12@ = 1
if
8AE4: not directory_exists "CLEO\INI"
else_jump @MAHEKEH030
0AE5: create_directory "CLEO\INI" // IF and SET

:MAHEKEH030
wait 0
if
0AAB: file_exists "CLEO\timer.ini"
else_jump @MAHEKEH040
0AF0: 1@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà äî ñáèâà"
0AF0: 2@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà ïîñëå ñáèâà"
0AF0: 13@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Êëàâèøà"
jump @MAHEKEH000

:MAHEKEH040
0AF1: write_int 50 to_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà äî ñáèâà"
0AF1: write_int 50 to_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà ïîñëå ñáèâà"
0AF1: write_int 88 to_ini_file "CLEO\timer.ini" section "CBug" key "Êëàâèøà"

:MAHEKEH000
wait 0
if and
not SAMP.ChatInputOpened
not SAMP.IsDialogActive(-1)
0C89: key_just_pressed 13@
else_jump @MAHEKEH050
0B12: 12@ = 12@ XOR 1

:MAHEKEH050
wait 0
0AF0: 1@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà äî ñáèâà"
0AF0: 2@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà ïîñëå ñáèâà"
0AF0: 13@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Êëàâèøà"
0470: 0@ = actor $PLAYER_ACTOR current_weapon
0470: 5@ = actor $PLAYER_ACTOR current_weapon
0470: 6@ = actor $PLAYER_ACTOR current_weapon
0470: 7@ = actor $PLAYER_ACTOR current_weapon
0470: 8@ = actor $PLAYER_ACTOR current_weapon
0470: 9@ = actor $PLAYER_ACTOR current_weapon
0470: 10@ = actor $PLAYER_ACTOR current_weapon
if and
12@ == 1
not actor.Driving($PLAYER_ACTOR)
not SAMP.IsDialogActive(-1)
not SAMP.ChatInputOpened
not Actor.Animation($PLAYER_ACTOR) == "WEAPON_CROUCH"
key_down 2
else_jump @MAHEKEH000

:MAHEKEHx
if or
0@ == 24
5@ == 25
6@ == 29
7@ == 30
8@ == 31
9@ == 33
10@ == 34
else_jump @MAHEKEH050

:MAHEKEH060
key_down 2
else_jump @MAHEKEH070
wait 1@
jump @MAHEKEH060

:MAHEKEH070
0C72: set_virtual_key 67 down 1
wait 2@
0C72: set_virtual_key 67 down 0
jump @MAHEKEH050

:MAHEKEH010
SAMP.IsCommandTyped(11@)
0AD4: 15@ = scan_string 11@ format "%d" 1@
0AF1: write_int 1@ to_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà-1"
SAMP.CmdRet

:MAHEKEH020
SAMP.IsCommandTyped(11@)
0AD4: 15@ = scan_string 11@ format "%d" 2@
0AF1: write_int 2@ to_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà-2"
SAMP.CmdRet


Название : timer.cs

У самого опкоды полетели на ноуте
Первый :

{$CLEO .cs}
thread "noname"

:dh
wait 0
if and
key_down 5
not SAMP.IsDialogActive(-1)
not SAMP.ChatInputOpened()
not SAMP.IsCursorActive()
jf @dh
0C73: set_char_key 91 down true
0C73: set_char_key 245 down true // 245 91 ë
wait 100
0C73: set_char_key 91 down false
0C73: set_char_key 245 down false
wait 100
0C73: set_char_key 93 down true
0C73: set_char_key 250 down true // 93 250 ï
wait 100
0C73: set_char_key 99 down true
0C73: set_char_key 241 down true
wait 50
0C73: set_char_key 99 down false
0C73: set_char_key 241 down false
wait 25
0C73: set_char_key 91 down true // ëêì
0C73: set_char_key 245 down true
wait 50
0C73: set_char_key 91 down false
0C73: set_char_key 245 down false

0C73: set_char_key 93 down false // ïêì îôô
0C73: set_char_key 250 down false
wait 10
0C73: set_char_key 99 down true
0C73: set_char_key 241 down true
wait 20
0C73: set_char_key 99 down false
0C73: set_char_key 241 down false
wait 230
jump @dh

Сделайте название run.cs , пожалуйста

И второй :
{$CLEO .cs}
0000: NOP

0B34: samp register_client_command "c1" to_label @MAHEKEH010
0B34: samp register_client_command "c2" to_label @MAHEKEH020
wait 0
12@ = 1
if
8AE4: not directory_exists "CLEO\INI"
else_jump @MAHEKEH030
0AE5: create_directory "CLEO\INI" // IF and SET

:MAHEKEH030
wait 0
if
0AAB: file_exists "CLEO\timer.ini"
else_jump @MAHEKEH040
0AF0: 1@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà äî ñáèâà"
0AF0: 2@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà ïîñëå ñáèâà"
0AF0: 13@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Êëàâèøà"
jump @MAHEKEH000

:MAHEKEH040
0AF1: write_int 50 to_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà äî ñáèâà"
0AF1: write_int 50 to_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà ïîñëå ñáèâà"
0AF1: write_int 88 to_ini_file "CLEO\timer.ini" section "CBug" key "Êëàâèøà"

:MAHEKEH000
wait 0
if and
not SAMP.ChatInputOpened
not SAMP.IsDialogActive(-1)
0C89: key_just_pressed 13@
else_jump @MAHEKEH050
0B12: 12@ = 12@ XOR 1

:MAHEKEH050
wait 0
0AF0: 1@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà äî ñáèâà"
0AF0: 2@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà ïîñëå ñáèâà"
0AF0: 13@ = get_int_from_ini_file "CLEO\timer.ini" section "CBug" key "Êëàâèøà"
0470: 0@ = actor $PLAYER_ACTOR current_weapon
0470: 5@ = actor $PLAYER_ACTOR current_weapon
0470: 6@ = actor $PLAYER_ACTOR current_weapon
0470: 7@ = actor $PLAYER_ACTOR current_weapon
0470: 8@ = actor $PLAYER_ACTOR current_weapon
0470: 9@ = actor $PLAYER_ACTOR current_weapon
0470: 10@ = actor $PLAYER_ACTOR current_weapon
if and
12@ == 1
not actor.Driving($PLAYER_ACTOR)
not SAMP.IsDialogActive(-1)
not SAMP.ChatInputOpened
not Actor.Animation($PLAYER_ACTOR) == "WEAPON_CROUCH"
key_down 2
else_jump @MAHEKEH000

:MAHEKEHx
if or
0@ == 24
5@ == 25
6@ == 29
7@ == 30
8@ == 31
9@ == 33
10@ == 34
else_jump @MAHEKEH050

:MAHEKEH060
key_down 2
else_jump @MAHEKEH070
wait 1@
jump @MAHEKEH060

:MAHEKEH070
0C72: set_virtual_key 67 down 1
wait 2@
0C72: set_virtual_key 67 down 0
jump @MAHEKEH050

:MAHEKEH010
SAMP.IsCommandTyped(11@)
0AD4: 15@ = scan_string 11@ format "%d" 1@
0AF1: write_int 1@ to_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà-1"
SAMP.CmdRet

:MAHEKEH020
SAMP.IsCommandTyped(11@)
0AD4: 15@ = scan_string 11@ format "%d" 2@
0AF1: write_int 2@ to_ini_file "CLEO\timer.ini" section "CBug" key "Çàäåðæêà-2"
SAMP.CmdRet


Название : timer.cs

У самого опкоды полетели на ноуте
Кста , для удобства есть кнопочка вставить код : нажимаешь на три точки правее смайлика и выбираешь вставить код
 

Вложения

  • run.cs
    18.3 KB · Просмотры: 10
  • timer.cs
    20.5 KB · Просмотры: 8
  • Влюблен
Реакции: Dept
Статус
В этой теме нельзя размещать новые ответы.