[Ajuda] Comandos de animes nгo funfa
#4

Quote:
Originally Posted by UzT
Посмотреть сообщение
use /rcon login SUA_SENHA
e depois /rcon ban 0
Ganhar post deve ser muito legal pra vocк nй?
Reportado.

--

Use este cуdigo criado pelo ipsBruno.
Ele forзa o jogador a fazer tal animaзгo.

pawn Код:
static animLibName[MAX_PLAYERS][2][32];

ApplyPlayerAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync = 0) {

    ApplyAnimation(playerid, animlib, "null", fDelta, loop, lockx, locky, freeze, time, forcesync);

    forcesync = 1;

    ApplyAnimation(playerid, animlib, animname, fDelta, loop, lockx, locky, freeze, time, forcesync);
 
   
    format(animLibName[playerid][0], 32, animlib    );
    format(animLibName[playerid][1], 32, animname   );
   
    return SetTimerEx("PlayerSetAnimation", 273, false, "ifdddddd",  playerid, fDelta, loop, lockx, locky, freeze, time, forcesync);
}

PlayerSetAnimation(playerid, Float:fDelta, loop, lockx, locky, freeze, time, forcesync) ;
public PlayerSetAnimation(playerid, Float:fDelta, loop, lockx, locky, freeze, time, forcesync) {

    return ApplyAnimation(playerid, animLibName[playerid][0], animLibName[playerid][1], fDelta, loop, lockx, locky, freeze, time, forcesync);
}

#define ApplyAnimation ApplyPlayerAnimation
Reply


Messages In This Thread
Comandos de animes nгo funfa - by Gleisson_. - 22.11.2012, 21:09
Re: Comandos de animes nгo funfa - by UzT - 22.11.2012, 21:17
Re: Comandos de animes nгo funfa - by Q.I - 22.11.2012, 21:18
Re: Comandos de animes nгo funfa - by Ouro - 22.11.2012, 21:18
Re: Comandos de animes nгo funfa - by UzT - 22.11.2012, 21:21
Re: Comandos de animes nгo funfa - by Ouro - 22.11.2012, 21:26
Re: Comandos de animes nгo funfa - by UzT - 22.11.2012, 21:29
Re: Comandos de animes nгo funfa - by Ouro - 22.11.2012, 21:32
Re: Comandos de animes nгo funfa - by UzT - 22.11.2012, 21:35
Re: Comandos de animes nгo funfa - by Ouro - 22.11.2012, 21:39

Forum Jump:


Users browsing this thread: 2 Guest(s)