How to check if player is crouching?
#5

pawn Код:
if (GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_DUCK) {
    // Currently crouching
}
https://sampwiki.blast.hk/wiki/SpecialActions
Reply


Messages In This Thread
How to check if player is crouching? - by Mavis100 - 13.05.2014, 00:53
Re: How to check if player is crouching? - by Dignity - 13.05.2014, 01:05
Re: How to check if player is crouching? - by ChuckyBabe - 13.05.2014, 01:09
Re: How to check if player is crouching? - by Mavis100 - 13.05.2014, 01:16
Re: How to check if player is crouching? - by Corekt - 13.05.2014, 01:37

Forum Jump:


Users browsing this thread: 1 Guest(s)