Actor Can't Apply Animations
#1

I try to Make Actor In My Server But Actor Doesn't Apply The Animations .. Whats Wrong ?

I Follow This Instruction (Wiki Samp - Apply Actor Anim)

PHP код:
new ACTOR1;
public 
OnFilterScriptInit()
{
    
ACTOR1 CreateActor(246,-2050.2026,232.0027,35.4254,0);
    
ApplyActorAnimation(ACTOR1,"STRIP""strip_E"4.100000);
    return 
1;

Anyway Thanks
Reply
#2

Anyone ?
Bump
Reply
#3

You are setting the time to 0
Try this
Код:
    ApplyActorAnimation(ACTOR1,"STRIP", "strip_E", 4.1, 0, 0, 0, 0, 1000*60); //Play the animation for 1 min
Reply
#4

Quote:
Originally Posted by K0P
Посмотреть сообщение
You are setting the time to 0
Try this
Код:
    ApplyActorAnimation(ACTOR1,"STRIP", "strip_E", 4.1, 0, 0, 0, 0, 1000*60); //Play the animation for 1 min
https://sampwiki.blast.hk/wiki/ApplyActorAnimation
I Read from Wiki SA-MP and Wiki Sa-mp Said :
Quote:

time Timer in milliseconds. For a never-ending loop it should be 0.

I Want to Make Actor Never Stop Anim
Reply
#5

Preload the anims for the actors.
Reply
#6

Quote:
Originally Posted by itsCody
Посмотреть сообщение
Preload the anims for the actors.
What your Mean ?
Reply
#7

I think there is an issue so you can't apply animation to the first Actor. Create another one and check if it works on him.

At least, this is what I did when I had the same problem.
Reply
#8

Quote:
Originally Posted by ]Rafaellos[
Посмотреть сообщение
I think there is an issue so you can't apply animation to the first Actor. Create another one and check if it works on him.

At least, this is what I did when I had the same problem.
Trying
Reply
#9

Quote:
Originally Posted by ]Rafaellos[
Посмотреть сообщение
I think there is an issue so you can't apply animation to the first Actor. Create another one and check if it works on him.

At least, this is what I did when I had the same problem.
Same Thing -_-
Reply
#10

Show me the code.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)