How to make a countdown
#3

pawn Код:
CMD:countdown(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 3)
    {
        SetTimer("Three", 1000, 0);
        SetTimer("Two", 2000, 0);
        SetTimer("One", 3000, 0);
        SetTimer("GoGoGo", 4000, 0);
    }
    return 1;
}
You can edit it to your way
Reply


Messages In This Thread
How to make a countdown - by ShawtyyMacJunior - 27.07.2012, 09:44
Re: How to make a countdown - by Matz - 27.07.2012, 09:58
Re: How to make a countdown - by McFellow - 27.07.2012, 10:11

Forum Jump:


Users browsing this thread: 1 Guest(s)