05.06.2014, 10:36
Hello, im using thins fucn:
But ist not working when i just jump in water. After when I swim somether its working...
So, why is not working when i jump in water and not moving?
P.S. Sorry for bad english.
pawn Код:
stock IsPlayerInWater(playerid)
{
new index = GetPlayerAnimationIndex(playerid);
return ((index >= 1538 && index <= 1541) || index == 1544);
}
So, why is not working when i jump in water and not moving?
P.S. Sorry for bad english.