15.02.2010, 12:14
Criei um Aqui sу vocк montar ele
//
pawn Code:
//Topo
new tempoanuncio;
forward Anuncio();
// Public
public Anuncio()
{
if(tempoanuncio > 0)
{
tempoanuncio = 0;
return 1;
}
return 1;
}
pawn Code:
if(panuncio == 1)
{
SendClientMessage(playerid,COLOR_GRAD2,"Espere alguns Segundos para poder anunciar novamente!");
return 1;
}
GivePlayerMoney(playerid,- praVoce);
SBizzInfo[7][sbTill] += praVoce;
ExtortionSBiz(7,praVoce);
format(string,sizeof(string),"Anuncio: %s,Contato: %s Telefone: %d", result,sendername,PlayerInfo[playerid][pPnumber]);
OOCNews(TEAM_GROVE_COLOR,string);
format(string,sizeof(string),"~r~Pagou %d R$~n~~w~Letra contidas: %d Caracteres",praVoce,idx);
GameTextForPlayer(playerid,string,5000,5);
panuncio = 1;
TempoAn = SetTimer("Anuncio", 30000, 0);
}
return 1;
}