[AJUDA] 2 Coisas
#9




tenta:
pawn Код:
if(newstate == PLAYER_STATE_DRIVER)
{
    new string[256], pname[24],pname[24],str[100],vid;
    GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
    for(new carro = 0; carro < MAX_CARROS; carro++)
        {
        vid = GetPlayerVehicleID(playerid);
        format(string, sizeof(string), "carro%d.ini", carro);
        if(dini_Exists(string))
            {
            if(vid == dini_Int(string, "Id"))
                {
                if(!strcmp(pname,dini_Get(string, "Dono"),false))
                    {
                        SendClientMessage(playerid, Azul, "Bem vindo ao seu carro!!");
                    }
                    else
                        {
                        RemovePlayerFromVehicle(playerid);
                        for(new i=0; i<MAX_PLAYERS; i++)
                            {
                                GetPlayerName(i, pname2, MAX_PLAYER_NAME);
                                if(!strcmp(pname2,dini_Get(string, "Dono"),false))
                                {
                                    format(str,100,"Tentaram roubar seu carro!, nome do Meliante: %s",pname);
                                    SendClientMessage(i, Azul, str);
                                }
                            }
                        }
                }
            }
        }
       
}
2є trocar nick

Voce ta fazendo coleзгo??

ja atй ti respondi isso noutro topico. sу colocar e usar.!!

e outra.. num to encrencando..
+ pelo amor de deus, Identa seus codigos!!
fica dificio atй pra vc achar seus proprios erros imagina o pessoal do forum que tenta te ajudar??

as vezes vc encontra um erro sу de olhar na identaзгo como uma chave extra, ou faltando etc.

por exemplo teu primeiro codigo tinha 4 chaves sem fechar!!!
Reply


Messages In This Thread
[AJUDA] 2 Coisas - by GuiihCamargo - 19.03.2012, 22:50
Re: [AJUDA] 2 Coisas - by Sampizito - 19.03.2012, 23:21
Re: [AJUDA] 2 Coisas - by paulor - 20.03.2012, 00:08
Re: [AJUDA] 2 Coisas - by GuiihCamargo - 20.03.2012, 00:25
Re: [AJUDA] 2 Coisas - by Sampizito - 20.03.2012, 00:32
Re: [AJUDA] 2 Coisas - by GuiihCamargo - 20.03.2012, 00:35
Re: [AJUDA] 2 Coisas - by paulor - 20.03.2012, 00:38
Re: [AJUDA] 2 Coisas - by GuiihCamargo - 20.03.2012, 00:55
Re: [AJUDA] 2 Coisas - by steeldark - 20.03.2012, 01:11
Re: [AJUDA] 2 Coisas - by GuiihCamargo - 20.03.2012, 01:40

Forum Jump:


Users browsing this thread: 2 Guest(s)