- 335
- 119
Потому что я не понимаю, что сделать надо и что не такТы не думаешь что пишешь, а просто вставляешь код в SB и надеешься, что методом тыка у тебя что то получится. Так не делается.
Если все правильно понял... Будут проблемы - пиши
CLEO:{$CLEO} 0000: while not Samp.Available() wait 0 end 0B34: samp register_client_command "gosms" to_label @cmd 0B34: samp register_client_command "setsms" to_label @setsms while true wait 0 if and 30@ == 1 31@ == 1 then wait 1000 say "/sms 1 %d" 1@ end end :cmd 0B12: 30@ = 30@ XOR 1 if 30@ == 1 then 0ACD: show_text_highpriority "~y~[SMS] ~g~Started" time 1000 else 0ACD: show_text_highpriority "~y~[SMS] ~r~Stop" time 1000 end Samp.CmdRet() :setsms 0B35: samp 0@ = get_last_command_params if 0AD4: 0@ = scan_string 0@ format "%d" 1@ then 0ACD: show_text_highpriority "~y~[SMS] ~g~Good" time 1000 31@ = 1 else 0ACD: show_text_highpriority "~y~[SMS] ~r~Error" time 1000 31@ = 0 end Samp.CmdRet()
{$CLEO .cs}
0000:
While True
wait 0
if and
00DF: actor $PLAYER_ACTOR driving
0ADC: test_cheat "Z"
Then
0811: 1@ = actor $PLAYER_ACTOR used_car
0407: store_coords_to 2@ 3@ 4@ from_car 1@ with_offset 0.0 0.0 5.0
00AB: put_car 1@ at 2@ 3@ 4@
0ACD: show_text_highpriority "~g~Jump" time 1000
End
end забыл и проверку на загруженность сампа, на всякий случай.Почему гта крашит? Я пробую на высокоуровневых конструкциях.
CLEO:{$CLEO .cs} 0000: repeat wait 0 until 0AFA: While True wait 0 if and 00DF: actor $PLAYER_ACTOR driving 0ADC: test_cheat "Z" Then 0811: 1@ = actor $PLAYER_ACTOR used_car 0407: store_coords_to 2@ 3@ 4@ from_car 1@ with_offset 0.0 0.0 5.0 00AB: put_car 1@ at 2@ 3@ 4@ 0ACD: show_text_highpriority "~g~Jump" time 1000 End end
закрой саму конструкциюПочему гта крашит? Я пробую на высокоуровневых конструкциях.
CLEO:{$CLEO .cs} 0000: While True wait 0 if and 00DF: actor $PLAYER_ACTOR driving 0ADC: test_cheat "Z" Then 0811: 1@ = actor $PLAYER_ACTOR used_car 0407: store_coords_to 2@ 3@ 4@ from_car 1@ with_offset 0.0 0.0 5.0 00AB: put_car 1@ at 2@ 3@ 4@ 0ACD: show_text_highpriority "~g~Jump" time 1000 End END // ОШИБКА
{$CLEO .cs}
0000:
While True
wait 0
if and
00DF: actor $PLAYER_ACTOR driving
0ADC: test_cheat "Z"
Then
0811: 1@ = actor $PLAYER_ACTOR used_car
0407: store_coords_to 2@ 3@ 4@ from_car 1@ with_offset 0.0 0.0 5.0
00AB: put_car 1@ at 2@ 3@ 4@
0ACD: show_text_highpriority "~g~Jump" time 1000
End
End
Поставить проверку на самп нужно по идееНе робит ;c
CLEO:{$CLEO .cs} 0000: While True wait 0 if and 00DF: actor $PLAYER_ACTOR driving 0ADC: test_cheat "Z" Then 0811: 1@ = actor $PLAYER_ACTOR used_car 0407: store_coords_to 2@ 3@ 4@ from_car 1@ with_offset 0.0 0.0 5.0 00AB: put_car 1@ at 2@ 3@ 4@ 0ACD: show_text_highpriority "~g~Jump" time 1000 End End
а какие есть варианты?+ Перепиши конструкцию. Ты не сможешь вырубить бота пока он не доедет
Не крашит, но не робит ;c
CLEO:{$CLEO .cs} 0000: While True wait 0 if and 00DF: actor $PLAYER_ACTOR driving 0ADC: test_cheat "Z" Then 0811: 1@ = actor $PLAYER_ACTOR used_car 0407: store_coords_to 2@ 3@ 4@ from_car 1@ with_offset 0.0 0.0 5.0 00AB: put_car 1@ at 2@ 3@ 4@ 0ACD: show_text_highpriority "~g~Jump" time 1000 End End
{$CLEO .cs}
0000: NOP
while not Samp.Available()
wait 0
end
WHILE TRUE
wait 0
IF AND
Actor.Driving($PLAYER_ACTOR)
0ADC: test_cheat "Z"
THEN
0811: 1@ = actor $PLAYER_ACTOR used_car
0407: store_coords_to 2@ 3@ 4@ from_car 1@ with_offset 0.0 0.0 5.0
00AB: put_car 1@ at 2@ 3@ 4@
0ACD: show_text_highpriority "~g~Jump" time 1000
END
END
{$CLEO .cs}
0000:
while not Samp.Available()
wait 0
end
While True
IF
00DF: actor $PLAYER_ACTOR driving
Then
0811: 1@ = actor $PLAYER_ACTOR used_car
0407: store_coords_to 3@ 4@ 5@ from_car 0@ with_offset 0.0 3.0 3.0
0AB1: call_scm_func @Save 4 car_handle 0@ XYZ 3@ 4@ 5@
End
:Save
0A97: 25@ = car 0@ struct
0C0C: 26@ = struct 25@ offset 0x14 size 4
0C0D: struct 26@ offset 0x30 size 4 = 1@ // X
0C0D: struct 26@ offset 0x34 size 4 = 2@ // Y
0C0D: struct 26@ offset 0x38 size 4 = 3@ // Z
0AB2: ret 0
End
я тебе уже говорил: пиздуй гайды/уроки по Cleo читать или смотретьПочему крашит?
CLEO:{$CLEO .cs} 0000: while not Samp.Available() wait 0 end While True IF 00DF: actor $PLAYER_ACTOR driving Then 0811: 1@ = actor $PLAYER_ACTOR used_car 0407: store_coords_to 3@ 4@ 5@ from_car 0@ with_offset 0.0 3.0 3.0 0AB1: call_scm_func @Save 4 car_handle 0@ XYZ 3@ 4@ 5@ End :Save 0A97: 25@ = car 0@ struct 0C0C: 26@ = struct 25@ offset 0x14 size 4 0C0D: struct 26@ offset 0x30 size 4 = 1@ // X 0C0D: struct 26@ offset 0x34 size 4 = 2@ // Y 0C0D: struct 26@ offset 0x38 size 4 = 3@ // Z 0AB2: ret 0 End
{$CLEO}
0000:
repeat
wait 300
until samp.Available()
0B34: samp register_client_command "ggg" to_label @cmd
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
while true
wait 0
if 0@ == true
then
0AF9: samp say_msg "/de 1"
13@ = 500
0B75: samp get_chat_string 99 text_to 1@ prefix_to 2@ color_to 3@ prefix_color_to 4@
if
0C18: 3@ = strstr string1 1@ string2 "Осталось:"
then
0AD4: 5@ = scan_string 1@ format "Осталось: %d материалов" 10@
0062: 13@ -= 10@
0AF9: samp say_msg "/get guns %d" 13@
else
0AF9: samp say_msg "/get guns 500"
0@ = 0
free 1@
end
end
end
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
:cmd
0B12: 0@ = 0@ XOR 1
if 0@ == true
then
alloc 1@ 128
else
free 1@
end
SAMP.CmdRet()
Cкажи где ошибка, чтобы я знал где копать