how to detect which animation i use?
#4

pawn Код:
if(!strcmp(cmdtext, "/myanimation", true))
{
    new animlib[32];
    new animname[32];
    new str[128];
    GetAnimationName(GetPlayerAnimationIndex(playerid),animlib,32,animname,32);
    format(str, 128, "Your animation: %s %s", animlib, animname);
    SendClientMessage(playerid, 0xFFFFFFFF, str);
}
Reply


Messages In This Thread
how to detect which animation i use? - by swieberdevos - 16.07.2011, 11:07
AW: how to detect which animation i use? - by Drebin - 16.07.2011, 11:17
Re: how to detect which animation i use? - by Vince - 16.07.2011, 11:22
Re: how to detect which animation i use? - by MoroDan - 16.07.2011, 11:28
Re: how to detect which animation i use? - by swieberdevos - 16.07.2011, 11:28
Re: how to detect which animation i use? - by swieberdevos - 16.07.2011, 11:44

Forum Jump:


Users browsing this thread: 4 Guest(s)