• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [SOLVED] How users can fishing anywhere as long as there is water everywhere.
#5
(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?
  Reply


Messages In This Thread
RE: Help! How The way users can fishing anywhere as long as there is water ? - by PutuSuhartawan - 2021-04-18, 10:34 PM

Forum Jump: