Help[what's wrong?:|]
#1

There is a /fish command and between it's scripts i putted this thing to prevent spamming the fishes


pawn Код:
PlayerInfo[playerid][pJustFished] = 1;
                        SetTimer("FishingTime",6000,false);


forward FishingTime(playerid)
public FishingTime(playerid)
{
    PlayerInfo[playerid][pJustFished] = 0;
    return 1;
}
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
Reply


Messages In This Thread
Help[what's wrong?:|] - by SkizzoTrick - 23.11.2010, 17:53
Re: Help[what's wrong?:|] - by Zh3r0 - 23.11.2010, 17:59
Re: Help[what's wrong?:|] - by SkizzoTrick - 23.11.2010, 18:01
Re: Help[what's wrong?:|] - by Jeffry - 23.11.2010, 18:01
Re: Help[what's wrong?:|] - by Zh3r0 - 23.11.2010, 18:06
Re: Help[what's wrong?:|] - by Jeffry - 23.11.2010, 18:28

Forum Jump:


Users browsing this thread: 1 Guest(s)