SA-MP Forums Archive
[Ajuda] Detectar player abaixado - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Detectar player abaixado (/showthread.php?tid=619845)



Detectar player abaixado - pdonald - 22.10.2016

Preciso saber se o player estar abaixado pra criar um IF e colocar em varios lugares...
Alguйm sabe a melhor forma?


Re: Detectar player abaixado - sKYFallout - 22.10.2016

https://sampwiki.blast.hk/wiki/Keys

Код:
KEY_CROUCH



Re: Detectar player abaixado - ubunttu - 23.10.2016

Quote:
Originally Posted by sKYFallout
Посмотреть сообщение
nгo seria melhor pelas animaзхes de abaixado?


Re: Detectar player abaixado - ViDaLoKa1 - 23.10.2016

Код:
GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_DUCK
Fonte: https://sampwiki.blast.hk/wiki/SpecialActions


Re: Detectar player abaixado - pdonald - 23.10.2016

Quote:
Originally Posted by ViDaLoKa1
Посмотреть сообщение
Код:
GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_DUCK
Fonte: https://sampwiki.blast.hk/wiki/SpecialActions
Obrigado! +rep