Cooldown
#1

I have made my sweeper job, and I have made something like "cooldown", and I have problems.
On my last cp i have add this:
Код:
DownSweeper[playerid] = 1;
SetTimer("CoolSweeper", 3600000, false);
And I have public for "CoolSweeper":
Код:
public CoolSweeper()
{
    DownSweeper[playerid] = 0;//This is line 27049
}
And I have this error:
Код:
(27049) : error 017: undefined symbol "playerid"
What is problem.
And how can I make something like /sweepagain, than server send message to player like "You have 37 minutes left".
Reply


Messages In This Thread
Cooldown - by Alex.Cone - 02.08.2012, 22:47
Re: Cooldown - by Ranama - 02.08.2012, 22:53
Respuesta: Cooldown - by HydraX - 02.08.2012, 22:54
Respuesta: Re: Cooldown - by Alex.Cone - 02.08.2012, 23:17
Re: Cooldown - by NeverKnow - 02.08.2012, 23:26
Re: Cooldown - by nickdodd25 - 02.08.2012, 23:32
Respuesta: Re: Cooldown - by Alex.Cone - 02.08.2012, 23:37
Re: Cooldown - by Vince - 03.08.2012, 00:15
Re: Cooldown - by Catalyst- - 03.08.2012, 00:17

Forum Jump:


Users browsing this thread: 3 Guest(s)