I need a timer
#5

I made this :

forward Cooldowntimer(playerid, idx);
public Cooldowntimer(playerid, idx)
{
PlayerInfo[playerid][pcooldown] - 1;
return 1;
}


And to command i added this one :

SetTimer("cooldowntimer", 5000, true);


But its not working at all ;(
Reply


Messages In This Thread
I need a timer - by scout322 - 05.06.2013, 18:30
Re: I need a timer - by scout322 - 05.06.2013, 18:44
Re: I need a timer - by scout322 - 05.06.2013, 19:55
Re: I need a timer - by Pottus - 05.06.2013, 20:02
Re: I need a timer - by scout322 - 05.06.2013, 20:04
Re: I need a timer - by scout322 - 05.06.2013, 20:10
Re: I need a timer - by scout322 - 05.06.2013, 21:53
Re: I need a timer - by Vince - 05.06.2013, 22:41
Re: I need a timer - by GWMPT - 06.06.2013, 00:30
Re: I need a timer - by scout322 - 06.06.2013, 06:46

Forum Jump:


Users browsing this thread: 1 Guest(s)