[Ajuda] Anim /roubar
#1

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

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

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 ¬¬
Reply
#4

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);

Reply
#5

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
Reply
#6

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);

Reply
#7

Й siim , resolveu vllw
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)