[AJUDA] Sacar .
#1

qal problema com o codigo ?
tipo assim ele vai lб deposita 100. ae vai em sacar , colocar qalqer numero tipo 1 й sacar oqe ele depositou 100.

pawn Код:
if(dialogid == 1)
{
if(response == 1)
{
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, sizeof(aname));
format(file, sizeof(file), PASTA_CONTAS, aname);
if(!IsNumeric(inputtext)){
SendClientMessage(playerid, Vermelho, "[ERRO] Valor invбlido !");
return 1;
}
if(dini_Int(file, "SaldoBancario") > dini_Int(file, "Input")-1 && dini_Int(file, "Input") > 0){
format(string, sizeof(string), "[BANCO] Vocк sacou a quantia {00FF00}'R$:%d'", dini_Int(file, "Input"));
SendClientMessage(playerid, Verde, string);
dini_IntSet(file, "SaldoBancario", dini_Int(file, "SaldoBancario")-dini_Int(file, "Input"));
GivePlayerGrana(playerid, dini_Int(file, "Input"));
} else {
SendClientMessage(playerid, Vermelho, "[ERRO] Valor invбlido !");
}
}
}
Reply


Messages In This Thread
[AJUDA] Sacar . - by 3V3RTON - 02.06.2012, 19:19
Re: [AJUDA] Sacar . - by CidadeNovaRP - 02.06.2012, 19:33
Respuesta: Re: [AJUDA] Sacar . - by 3V3RTON - 02.06.2012, 19:47
Re: Respuesta: Re: [AJUDA] Sacar . - by CidadeNovaRP - 02.06.2012, 19:53

Forum Jump:


Users browsing this thread: 2 Guest(s)