18/11/2022 17:09
(Esta mensagem foi modificada pela última vez a: 18/11/2022 17:11 por White_Blue.)
Tem uma include bem legal que adiciona algumas callbacks úteis para o SA-MP. E nela tem a callback IsPlayerSwimming(playerid) onde é possível verificar se o player está nadando.
Você também pode usar GetPlayerAnimationIndex.
Include:
https://github.com/emmet-jones/New-SA-MP...lbacks.inc
GetAnimationIndex:
Você também pode usar GetPlayerAnimationIndex.
Include:
https://github.com/emmet-jones/New-SA-MP...lbacks.inc
GetAnimationIndex:
Código PHP:
stock IsPlayerSwimming(playerid) return (1538 <= GetPlayerAnimationIndex(playerid) <= 1544)
Não estou disponível para realizar serviços relacionados ao SA-MP e não costumo responder a mensagens privadas, a menos que estejam relacionadas à moderação do fórum.