#3

Quote:
Originally Posted by Ralfie
Посмотреть сообщение
Use This,
https://sampwiki.blast.hk/wiki/Areacheck

You can reset the player's weapons
And if he is shooting just clear his anims.

Check if the player is shooting by
pawn Код:
stock IsPlayerShooting(i)
{
    new index = GetPlayerAnimationIndex(i);
    return(index == 1167 || index == 363);
}
and how to make the man was not dead and frozen for a second?
Reply


Messages In This Thread
kill - by hillko - 26.04.2014, 19:58
Re: kill - by mahdi499 - 26.04.2014, 20:05
Re: kill - by hillko - 26.04.2014, 20:19

Forum Jump:


Users browsing this thread: 1 Guest(s)