Помогите найти проблему в скрипте.

Prometei

Новичок
Автор темы
15
0
Не пойму в чем проблема,помогите пожалуйста.
CLEO:
{$CLEO .cs}
0662: printstring "SBIV BY PROMETEI"

//-------------MAIN---------------
0000: NOP
wait 1000

:SBIV_BY_PROMETEI_7
wait 0
if and
   not Actor.Driving($PLAYER_ACTOR)
   not Actor.Animation($PLAYER_ACTOR) == "CLIMB_IDLE" 
   not Actor.Animation($PLAYER_ACTOR) == "CLIMB_JUMP"
   not Actor.Animation($PLAYER_ACTOR) == "CLIMB_JUMP2FALL"
   not Actor.Animation($PLAYER_ACTOR) == "CLIMB_JUMP_B"
   not Actor.Animation($PLAYER_ACTOR) == "CLIMB_PULL"
   not Actor.Animation($PLAYER_ACTOR) == "CLIMB_STAND"
key_down 80
jf @SBIV_BY_PROMETEI_7

:SBIV_BY_PROMETEI_48
wait 0
jf @SBIV_BY_PROMETEI_48
088A: actor $PLAYER_ACTOR perform_animation "COPLOOK_WATCH" IFP "COP_AMBIENT" 10.0 loopA 0 lockX 1 lockY 1 lockF 0 time -1 disable_force 0 disable_lockZ 0
0393: actor $PLAYER_ACTOR perform_animation "COPLOOK_WATCH" at 1.5 times_normal_rate
 

Вложения

  • SbivAnimByPrometei.cs
    874 байт · Просмотры: 0
Последнее редактирование модератором: