[AJUDA] SetTimer
#4

Isso nгo й thug nem GF, eu sу peguei seu codigo e coloque a new, settimer e o public para fazer o que vc pediu.

Explicando melhor:

o
pawn Код:
new bool:anucio;
serve para deixar o anuncio sу para true e false.

No seu comando eu sу acrescentei:
pawn Код:
if(anuncio == false){
                format(string, sizeof(string), "{00FF00}%s {00FF00}[{FFFFFF}ID: %d{00FF00}]{FFFFFF}: %s", sendername, playerid, result);
                SendClientMessageToAll(0xFFFFFFFF, string);
                SendClientMessage(playerid, 0xFF0000FF, "O anъncio custou {00FF00}$3800{FF0000}.");
                GivePlayerMoney(playerid, -3800);
                anuncio = true;
                SetTimer("ativaran",900000,false);
            }if(anuncio == true){
                SendClientMessage(playerid, 0xFF0000FF, "Vocк tem que esperar 15 minutos para anunciar de novo.");
            }
E fiz a public:
pawn Код:
public ativaran(){
    anuncio = false;
}
Ou seja nгo tem nada de GF ou Thug!
Reply


Messages In This Thread
[AJUDA] SetTimer - by [AF]Junior - 02.03.2011, 21:22
Re: [AJUDA] SetTimer - by deregudegu - 02.03.2011, 21:52
Re: [AJUDA] SetTimer - by [AF]Junior - 02.03.2011, 22:02
Re: [AJUDA] SetTimer - by deregudegu - 02.03.2011, 22:31
Re: [AJUDA] SetTimer - by [AF]Junior - 02.03.2011, 22:37

Forum Jump:


Users browsing this thread: 1 Guest(s)