11.01.2011, 09:19
Easier:
pawn Код:
stock IsPlayerAiming(playerid)
{
new anim = GetPlayerAnimationIndex(playerid);
switch(anim)
{
case 1167, 1365, 1643, 1453, 220:
{
return 1;
}
}
return 0;
}