Help with cool down timer
#1

Hello guys, could you please help me with a little cooldown timer, i was woundering if someone could help me put a cool down timer in this code
Код:
PCMD:pclass(playerid, params[])
{
    if(pInfo[playerid][PremiumLevel] < 1) return SCM(playerid, red, "You are not premium, read /premium to see information");
	GivePlayerWeapon(playerid, 24, 120);//Deagle
	GivePlayerWeapon(playerid, 9, 1);//chainsaw
	GivePlayerWeapon(playerid, 31, 500);//M4
	GivePlayerWeapon(playerid, 28, 800);//Micro
	GivePlayerWeapon(playerid, 26, 500);//sawnoff
	GivePlayerWeapon(playerid, 34, 120);//Sniper
	SetPlayerHealth(playerid, 100);
	SetPlayerArmour(playerid, 100);
	SCM(playerid, -1, "[Premium]: You have chosen premium class");
	return 1;
}
If you can thank you!
Reply


Messages In This Thread
Help with cool down timer - by LeXuZ - 10.11.2014, 19:18
Re: Help with cool down timer - by Kwarde - 10.11.2014, 20:09
Re: Help with cool down timer - by Quickie - 10.11.2014, 23:23

Forum Jump:


Users browsing this thread: 1 Guest(s)