Animation name (image)
#1

Hi.
Does anyone know the animlib + animname of this animation?

I need it for my RP (another RP -.-) gamemode, when cops need to hold fire (return fire only) that they aim like that.

Thanks in advance,
Kevin
Reply
#2

Bump.
Does anyone know the animation name of this one? - If no one knows, I'll just loop through all the animations o_O
Reply
#3

actually aim the camera at yourself and it will aim like that to.

pawn Code:
if(GetPlayerAnimationIndex(playerid))
    {
        new animlib[32],animname[32];
        GetAnimationName(GetPlayerAnimationIndex(playerid),animlib,32,animname,32);
        SendClientMessageFormatted(playerid, 0xFFFFFFFF, "Running anim: %s - %s", animlib, animname);
    }
use that in onplayerupdate or a timer and see for yourself :P
get me the animname, and i'll get u the animation id if u need
Reply
#4

*facepalm*
Stupid of me, that I didn't think of that yet, thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)