[Ajuda]Checar Sistema
#3

Substitui esta parte:
pawn Код:
if(listitem == 4) // Vender carro
            {
            new pname[MAX_PLAYER_NAME];
            GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
            for(new carro = 0; carro < MAX_CARROS; carro++)
            {
            format(string, sizeof(string), "carro%d.ini", carro);
            if(strcmp(dini_Get(string, "Dono"), pname, true) == 0){
            dini_Set(string, "Dono", "Nenhum");
            dini_IntSet(string, "TDono", 0);
            GivePlayerGrana(playerid, dini_Int(string, "Preco"));
            }
POR:

pawn Код:
if(listitem == 4) // Vender carro
            {
            new pname[MAX_PLAYER_NAME];
            GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
            format(string, sizeof(string), "carro%d.ini", vid);
            if(strcmp(dini_Get(string, "Dono"), pname, true) == 0){
            dini_Set(string, "Dono", "Nenhum");
            dini_IntSet(string, "TDono", 0);
            GivePlayerGrana(playerid, dini_Int(string, "Preco"));
            }
Assim sу o carro q a pessoa estiver dentro vai ser vendida.
Reply


Messages In This Thread
[Ajuda]Checar Sistema - by DrTHE - 03.09.2011, 17:02
Re: [Ajuda]Checar Sistema - by WLSF - 03.09.2011, 17:39
Re: [Ajuda]Checar Sistema - by Pharrel - 03.09.2011, 17:44
Re: [Ajuda]Checar Sistema - by DrTHE - 03.09.2011, 18:06
Re: [Ajuda]Checar Sistema - by Pharrel - 03.09.2011, 18:10
Re: [Ajuda]Checar Sistema - by DrTHE - 03.09.2011, 18:39
Re: [Ajuda]Checar Sistema - by Pharrel - 03.09.2011, 18:42
Re: [Ajuda]Checar Sistema - by ProcessFail - 04.09.2011, 00:05
Re: [Ajuda]Checar Sistema - by ProcessFail - 04.09.2011, 15:08
Re: [Ajuda]Checar Sistema - by DrTHE - 04.09.2011, 15:19

Forum Jump:


Users browsing this thread: 3 Guest(s)