Timer
#4

Or you can use this
pawn Код:
CMD:armour(playerid,params[]) {
    if(GetPVarInt(playerid,"ABUSE")>GetTickCount())return SendMessageToPlayer(playerid,0xFF0000FF,"You must wait 3 minutes before using this command again");
    SetPVarInt(playerid,"ABUSE",GetTickCount()+180000);
    SetPlayerArmour(playerid,100.0);
    return 1;}
Reply


Messages In This Thread
Timer - by [..MonTaNa..] - 30.03.2013, 20:05
Re: Timer - by Private200 - 30.03.2013, 20:12
Re: Timer - by Abhishek. - 30.03.2013, 20:12
Re: Timer - by Ironboy - 30.03.2013, 20:15
Re: Timer - by Vlad64 - 30.03.2013, 20:17
Re: Timer - by [..MonTaNa..] - 30.03.2013, 23:13
Re: Timer - by Omirrow - 30.03.2013, 23:34
Re: Timer - by Private200 - 31.03.2013, 00:12
Re: Timer - by Marco_Valentine - 31.03.2013, 00:18
Re: Timer - by Marco_Valentine - 31.03.2013, 00:21

Forum Jump:


Users browsing this thread: 4 Guest(s)