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

    }

THIS DOESN'T MAKE ANY SENSE-

BRO-



Topic: Use ColAndreas!
Using Pawn.CMD?

If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
  Reply


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

Forum Jump: