timer
#1

hi, how can i make a timer for a cmd ?
INI script pls not mysql this is the cmd

if (strcmp(cmdtext, "/armura", true)==0)
{
if(PlayerInfo[playerid][pDonateRank] >= 4)
{
SetPlayerArmour(playerid, 100.0);
if(armuratime[playerid] == 1) return SendClientMessage(playerid, COLOR_GRAD2, "Doar o data pe Cont.");
SendClientMessage(playerid, COLOR_GREY,"[PREMIUM]: Ai primit Armura mai poti folosi dupa 10 minute.");
SetTimerEx("armurat", 600000, 0, "%d", playerid);
return 1;
}
}
i have a timer but is not working
Reply


Messages In This Thread
timer - by StR_MaRy - 08.12.2014, 14:16
Re: timer - by HY - 08.12.2014, 14:19
Re: timer - by Clad - 08.12.2014, 14:25
Re: timer - by StR_MaRy - 08.12.2014, 14:50
Re: timer - by StR_MaRy - 08.12.2014, 14:52

Forum Jump:


Users browsing this thread: 3 Guest(s)