26.09.2009, 18:27
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? |
Code:
if(PlayerInfo[playerid][pFishes] > 5)
{
SendClientMessage(playerid, COLOR_GREY, " Caught to many fish, wait till its reduced !");
return 1;
}

