23.11.2010, 17:53
There is a /fish command and between it's scripts i putted this thing to prevent spamming the fishes
It worked yesterday,but now it is not changing the PlayerInfo[playerid][pJustFished] to 0 .
There is a problem with the timer but i don't know wich is it
pawn Код:
PlayerInfo[playerid][pJustFished] = 1;
SetTimer("FishingTime",6000,false);
forward FishingTime(playerid)
public FishingTime(playerid)
{
PlayerInfo[playerid][pJustFished] = 0;
return 1;
}
There is a problem with the timer but i don't know wich is it