Jump to content
  • 0

animatie si id-ul unditei


Question

Posted

Problema intalnita (descriere): Salut all, vreau si eu sa fac job-ul fish, problema este ca nu stiu animatia pe care o executa atunci cand tastezi /fish si id-ul unditei :( va rog pe voi daca imi puteti da animatia si id-ul obiectului
Ero(area / rile) / warning-(ul / urile): -
Liniile de cod / sursa / script-ul(obligatoriu): -
Imagini / Video (optional): -
Ati incercat sa rezolvati singur?: Da sa caut pe wiki dar nuh care dintre ele este animatia :(

2 answers to this question

Recommended Posts

  • 0
Posted

Salut ! :D

Animatie ( Fishing-Rod ) :

Citat

ApplyAnimation( playerid, "SWORD", "sword_block", 50.0, 0, 1, 0, 1, 1 );

Object ID ( Fishing-Rod ) :

Citat

18632

Si , pentru a evita orice eventual ( risc ) bug / error , adauga si aceasta functie :

Citat

function AnimFixer( playerid )
{
    if ( VaildFishPlace( playerid ) )
    {
        if ( Fishing[ playerid ] == 1 )
        {
            SetCameraBehindPlayer( playerid );
               ApplyAnimation( playerid, "SWORD", "sword_block", 50.0, 0, 1, 0, 1, 1 );
        }
    }
    return ( 1 );
}

Bafta ! :P

 

  • Upvote 1
Guest
This topic is now closed to further replies.
×
×
  • 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.