Having troubles with timers again
#7

Okay, lol I found the problem, but
pawn Код:
dcmd_fish(playerid, params[])
{
if(AbleToFish[playerid] == 0) return SendClientMessage(playerid, Red, "ERROR : You must be in the water and in a boat to Fish!");
AbleToFish[playerid] = 1;
SetTimerEx ("fishagain", 60000, false, "i", playerid);
{
AbleToFish[playerid] = 0;
The timers work perfect, but I don't know how to make it say "You have to wait to fish again"
not SendClientMessage(playerid, Red, "ERROR : You must be in the water and in a boat to Fish!");
Reply


Messages In This Thread
Having troubles with timers again - by ViruZZzZ_ChiLLL - 20.05.2010, 01:00
Re: Having troubles with timers again - by DevilRP - 20.05.2010, 01:15
Re: Having troubles with timers again - by ViruZZzZ_ChiLLL - 20.05.2010, 01:31
Re: Having troubles with timers again - by Babul - 20.05.2010, 01:36
Re: Having troubles with timers again - by DevilRP - 20.05.2010, 01:44
Re: Having troubles with timers again - by russo666 - 20.05.2010, 01:51
Re: Having troubles with timers again - by ViruZZzZ_ChiLLL - 20.05.2010, 01:52
Re: Having troubles with timers again - by russo666 - 20.05.2010, 01:57
Re: Having troubles with timers again - by ViruZZzZ_ChiLLL - 20.05.2010, 02:01
Re: Having troubles with timers again - by DevilRP - 20.05.2010, 02:08

Forum Jump:


Users browsing this thread: 1 Guest(s)