Unas cosas que no entiendo para solucionar.
#10

Quote:
Originally Posted by Porta0123
Посмотреть сообщение
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
https://sampwiki.blast.hk/wiki/GetPlayerAnimationIndex
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);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)