Question about timer!
#4

If so, you have to use
pawn Код:
new viparmortimer
pawn Код:
new string[128];
    if(Player[playerid][VipRank] >= 2)
    {
        format(string, sizeof(string), "You must wait 30 minutes to use this command. ");
        SendClientMessageEx(playerid, COLOR_GREY, string);
        return 1;
    }
at first then
make a condition within the above script like

pawn Код:
if(Player[playerid][VipRank] >= 2)
    {
        viparmortimer[playerid] = 108000;
    }
Reply


Messages In This Thread
Question about timer! - by ikbenremco - 02.12.2011, 13:50
Re: Question about timer! - by Neo Karls - 02.12.2011, 13:55
Re: Question about timer! - by ikbenremco - 02.12.2011, 13:59
Re: Question about timer! - by Neo Karls - 02.12.2011, 14:15
Re: Question about timer! - by ikbenremco - 02.12.2011, 14:26
Re: Question about timer! - by Neo Karls - 02.12.2011, 14:35
Re: Question about timer! - by ikbenremco - 02.12.2011, 14:45
Respuesta: Question about timer! - by iKeN - 02.12.2011, 15:04

Forum Jump:


Users browsing this thread: 1 Guest(s)