2021-04-18, 10:34 PM
(2021-04-18, 07:42 AM)Radical Wrote:Code:IsPlayerInWater(playerid)
{
if(GetPlayerAnimationIndex(playerid) >= 1538 && GetPlayerAnimationIndex(playerid) <= 1543) return 1;
return 0;
}
Code:if (IsPlayerInWater(playerid))
? ? {
? ? ? ? SendClientMessage(playerid,-1,"You have to be in the water to fishing.");
? ? }
Forgive me. Sir, where does this included come from? May I know the name of the include that provides the IsPlayerInWater function?