05.06.2013, 20:04
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 ;(
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 ;(