Quote:
|
Originally Posted by Mechscape
Quote:
|
Originally Posted by quattro14
I catch 5 fish and sell it,go again fising i catch 1 fish and SAY: Caught to many fish, wait till its reduced
How i catch 5 fish and again again?
|
Remove that code:
Code:
if(PlayerInfo[playerid][pFishes] > 5)
{
SendClientMessage(playerid, COLOR_GREY, " Caught to many fish, wait till its reduced !");
return 1;
}
|
Yeah, as he said just delete that, or if you still want a limit but a HIGHER limit, change the number 5 to like 10 if u wanna have to catch 10 then it says it...