[AJUDA] Settimer
#1

Como eu faзo um timer para esse comando, um time de 10 segs.

pawn Код:
//=========================== [ Roubar 24/7 norte ] ===================================
    if(strcmp(cmdtext, "/assaltar", true) == 0)
    {
            new pName[MAX_PLAYERS];
            new string[128];
            GetPlayerName(playerid, pName, sizeof(pName));
            format(string, sizeof(string), "{00D900}%s {FFFFFF}Estб Tentando Roubar a {00D900}24/7 Do {FFFFFF}Norte", pName);
            SendClientMessageToAll(CorLadrao, string);
            return 1;
        }
Ai quero que apareзa que ele conseguiu assaltar a loja de 24/7

pawn Код:
new pName[MAX_PLAYERS];
    new string[128];
    GetPlayerName(playerid, pName, sizeof(pName));
    format(string, sizeof(string), "{00D900}%s {FFFFFF}Conseguiu Roubar a {00D900}24/7 Do {FFFFFF}Norte", pName);
    SendClientMessageToAll(CorLadrao, string);
    return true;
}
Reply


Messages In This Thread
[AJUDA] Settimer - by Lipe_Stronda - 08.08.2011, 14:17
Re: [AJUDA] Settimer - by array13 - 08.08.2011, 14:29
Re: [AJUDA] Settimer - by Lipe_Stronda - 08.08.2011, 14:31
Re: [AJUDA] Settimer - by Lipe_Stronda - 08.08.2011, 14:51
Re: [AJUDA] Settimer - by Josma_cmd - 08.08.2011, 14:57
Re: [AJUDA] Settimer - by 1The1AleX1 - 08.08.2011, 14:58
Re: [AJUDA] Settimer - by Lipe_Stronda - 08.08.2011, 15:02
Re: [AJUDA] Settimer - by Shadoww5 - 08.08.2011, 15:24

Forum Jump:


Users browsing this thread: 1 Guest(s)