Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Question

Posted

Am facut animatile pentru samp 0.3b si acum fiecare animati imi da citeun warn si inca trebuie sa scriu de exemplu bomb de 2 ori ca sani arate animatia cumr rezolv

lol

8 answers to this question

Recommended Posts

Posted

if(strcmp(cmd, "/lay2", true) == 0)

{

    ApplyAnimation(playerid,"SUNBATHE","Lay_Bac_in",3.0,0,1,1,1,0, 0);

return 1;

}

    if(strcmp(cmd, "/chairsit", true) == 0) {

LoopingAnim(playerid,"PED","SEAT_down",4.1,0,1,1,1,0);

        return 1;

    }

lol

Posted

recompile fs/dm cu animatiile... ::)

Posted

if(strcmp(cmd, "/lay2", true) == 0)
   {
       ApplyAnimation(playerid,"SUNBATHE","Lay_Bac_in",3.0,0,1,1,1,0, 0);
      return 1;
   }
Ultimul parametru ( forcesync ) este 0. Ia inlocuieste cu 1 si va merge sigur.
ApplyAnimation(playerid,"SUNBATHE","Lay_Bac_in", 3.0, 0, 1, 1, 1, 0, 1); 

Daca citeai si ce inseamna forcesync si daca citeai si NOTE de pe sa-mp wiki, sigur nu mai aveai problema.

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.