08.09.2013, 11:27
Quote:
ya , pero cuбl es? es lo que no se xDDD es el mismo efecto de que cuando te dan con la granada de humo
|
pawn Код:
public OnPlayerUpdate(playerid) {
if(GetPlayerAnimationIndex(playerid)) {
new animlib[32];
new animname[32];
new msg[128];
GetAnimationName(GetPlayerAnimationIndex(playerid),animlib,32,animname,32);
format(msg, 128, "Running anim: %s %s", animlib, animname);
SendClientMessageToAll(0xFFFFFFFF, msg);
} return true;
}
EDIT:
Aca te la dejo .
saludos.
pawn Код:
ApplyAnimation(playerid, "PED", "gas_cwr", 4.1, 0, 1, 1, 1, 1, 1);