20.05.2010, 01:52
Okay, lol I found the problem, but
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!");
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;
not SendClientMessage(playerid, Red, "ERROR : You must be in the water and in a boat to Fish!");