LaRossa
Потрачен
- 429
- 117
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Ребята, привет, помогите пожалуйста изменить скрипт чтоб не анфризил когда я печатаю(тоесть при открытии чата для написания предложение скрипт не фризил)
CLEO://-------------MAIN--------------- 0000: NOP 0662: printstring "Unfreeze by DubStep_" 0662: printstring "Special for cheat-master.ru" 0662: printstring "20.04.13 | 15.50" :NONAME_77 wait 0 if 0AB0: key_pressed 88 else_jump @NONAME_77 jump @NONAME_103 :NONAME_103 wait 0 Player.CanMove($PLAYER_CHAR) = True Actor.StorePos($PLAYER_ACTOR, 0@, 1@, 2@) 04C4: store_coords_to 0@ 1@ 2@ from_actor $PLAYER_ACTOR with_offset 0 0 -1.0 Actor.PutAt($PLAYER_ACTOR, 0@, 1@, 2@) Actor.LockInCurrentPosition($PLAYER_ACTOR) = False jump @NONAME_77
CLEO:
{$CLEO}
0000:
while not Samp.Available()
wait 0
end
while true
wait 0
if and
0AB0: key_pressed 88
8B21: not samp is_chat_opened
then
Player.CanMove($PLAYER_CHAR) = True
Actor.StorePos($PLAYER_ACTOR, 0@, 1@, 2@)
04C4: store_coords_to 0@ 1@ 2@ from_actor $PLAYER_ACTOR with_offset 0 0 -1.0
Actor.PutAt($PLAYER_ACTOR, 0@, 1@, 2@)
Actor.LockInCurrentPosition($PLAYER_ACTOR) = False
wait 1000
end
end