SA-MP Forums Archive
[Ajuda] Anim /roubar - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Anim /roubar (/showthread.php?tid=423349)



Anim /roubar - Wendell - 17.03.2013

Bom quero saber como colocar anim no /roubar , por que o anim nao tб aparecendo .


Re: Anim /roubar - smiiir - 17.03.2013

PHP код:
ApplyAnimation(playerid"ROB_BANK""CAT_Safe_Rob"4.010010); 
Coloca no seu comando
e crie um timer para terminar o anim


Re: Anim /roubar - Wendell - 17.03.2013

Quote:
Originally Posted by iSmir
Посмотреть сообщение
PHP код:
ApplyAnimation(playerid"ROB_BANK""CAT_Safe_Rob"4.010010); 
Coloca no seu comando
e crie um timer para terminar o anim
Nгo sei ¬¬


Re: Anim /roubar - smiiir - 17.03.2013

PHP код:

//================ TOPO DO GM ===================//
forward Anime(playerid); 

//================ NO COMANDO ROUBAR ===================//
SetTimerEx("Anime"9000"i"playerid);
ApplyAnimation(playerid"ROB_BANK""CAT_Safe_Rob"4.010010);


//================ FINAL DO GM ===================//
public Anime(playerid)
{
    
KillTimer(Anime);
    
ClearAnimations(playerid);




Re: Anim /roubar - Wendell - 17.03.2013

Tб dando erro na public .

pawn Код:
C:\Users\Wendell\Desktop\XVL\gamemodes\XVL.pwn(52793) : error 076: syntax error in the expression, or invalid function call



Re: Anim /roubar - smiiir - 17.03.2013

Seu GM й GF Certo?

Procure por

PHP код:
public GameModeExitFunc() 
e coloque

PHP код:
KillTimer(Anime); 
e deixe a public no final do game mode assim
PHP код:
public Anime(playerid)
{
    
ClearAnimations(playerid);




Re: Anim /roubar - Wendell - 17.03.2013

Й siim , resolveu vllw