17.03.2013, 14:36
Bom quero saber como colocar anim no /roubar , por que o anim nao tб aparecendo .
ApplyAnimation(playerid, "ROB_BANK", "CAT_Safe_Rob", 4.0, 1, 0, 0, 1, 0);
//================ TOPO DO GM ===================//
forward Anime(playerid);
//================ NO COMANDO ROUBAR ===================//
SetTimerEx("Anime", 900, 0, "i", playerid);
ApplyAnimation(playerid, "ROB_BANK", "CAT_Safe_Rob", 4.0, 1, 0, 0, 1, 0);
//================ FINAL DO GM ===================//
public Anime(playerid)
{
KillTimer(Anime);
ClearAnimations(playerid);
}
C:\Users\Wendell\Desktop\XVL\gamemodes\XVL.pwn(52793) : error 076: syntax error in the expression, or invalid function call
public GameModeExitFunc()
KillTimer(Anime);
public Anime(playerid)
{
ClearAnimations(playerid);
}