[Ajuda] Todos os veiculos sгo meus
#1

Bom to criando um sistema de veiculos aqui mais tб dando um problema ,
ta eu crio lб 3 veiculos a venda , modelos diferentes , cores diferentes , preзo diferente e tal
mais na hora em que eu entro no veiculo ele fala que й meu
tipo mesmo eu nгo sendo o dono =X ...

PHP код:
    if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_DRIVER)
    {
        new 
pname[MAX_PLAYER_NAME],str[200];
        
GetPlayerName(playerid,pname,sizeof(pname));
        for(new 
vMAX_CARROSv++)
        {
            
format(str,sizeof(str),"Truck_Carros/carro%d.txt",v);
            if(
DOF2_FileExists(str))
            {
                if(!
strcmp(DOF2_GetString(str,"dono"),pname))
                {
                    
SendClientMessage(playerid,COLOR_LIME,"Bem vindo ao seu carro .");
                    return 
1;
                }
            }
        }
    } 
Reply
#2

Use GetPlayerVehicleID.
@Edit
Tente:
pawn Код:
if(strcmp(DOF2_GetString(str,"dono"),pname,false))
Reply
#3

Obrigado MultiKill a funзгo GetPlayerVehicleID me ajudou , sу preciso fazer uns testes mais precisos agora hehehe obrigado ^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)