Jump to content
  • 0

Question

Posted

Stie cineva de ce nu se aplica aniamtia pentru actor. Actorul(NPC-ul) apare in joc dar nu se aplica animatie de dans.

Acesta este codul folosit este luat de pe sa-mp.com si folosesc  include-ul a_actor.inc

Quote

ActorCJ = CreateActor(217, 1084.4594,-1704.5541,13.5469,185.1584);
ApplyActorAnimation(ActorCJ, "DANCING", "dnce_M_a", 4.1, 0, 0, 0, 0, 0);

Daca stie cineva va rog sa imi spuneti ce am gresit sau ce trebuie sa adaug.

560x95_FFFFFF_FF9900_000000_000000.png

4 answers to this question

Recommended Posts

  • 0
Posted

     ActorCJ = CreateActor(217, 1084.4594,-1704.5541,13.5469,185.1584);
    SetActorInvulnerable(ActorCJ, true);
    ApplyActorAnimation(ActorCJ, "DANCING", "dnce_M_a" ,4.1,0,1,1,1,0);

 

incearca asa :D

  • 0
Posted
1 hour ago, kiLLers10 said:

     ActorCJ = CreateActor(217, 1084.4594,-1704.5541,13.5469,185.1584);
    SetActorInvulnerable(ActorCJ, true);
    ApplyActorAnimation(ActorCJ, "DANCING", "dnce_M_a" ,4.1,0,1,1,1,0);

 

incearca asa :D

Sorry dar tot nu merge

560x95_FFFFFF_FF9900_000000_000000.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.