[Ajuda] Criar carro na hora de logar destruir quando deslogar
#1

dialog compra

PHP Code:
case 2000:
        {
            if(!
response) return RemovePlayerFromVehicle(playerid);
            new 
money GetPlayerMoney(playerid);
            if(
money Valor_Manana)
            {
                
RemovePlayerFromVehicle(playerid);
                
SCM(playerid, -1"Voce Nao tem dinheiro suficiente para esse veiculo");
            }
            
GivePlayerMoney(playerid, -Valor_Manana);
            new 
vehid CreateVehicle(4102127.4617,-1141.9835,24.9416,5.449611, -1);
            
PutPlayerInVehicle(playeridvehid0);
            new 
file[50];
            
format(file50"Veiculos/%s.ini"PegarNome(playerid));
            if( !
DOF2_FileExists(file) )
            {
                
DOF2_CreateFile(file);
                
DOF2_SetString(file"Dono"PegarNome(playerid));
                
DOF2_SetInt(file"Modelo"410);
                
DOF2_SetFloat(file"CordX",2127.4617);
                
DOF2_SetFloat(file"CordY",-1141.9835);
                
DOF2_SetFloat(file"CordZ",24.9416);
                
DOF2_SetFloat(file"CordA",5.4496);
                
DOF2_SetInt(file"Cor1"1);
                
DOF2_SetInt(file"Cor2"1);
                
DOF2_SaveFile();
            }
        } 
OnPlayerDisconnect

PHP Code:
    new file[50];
    
format(file50"Veiculos/%s.ini"PegarNome(playerid));
    if( !
DOF2_FileExists(file) )
    {
        
DOF2_SetString(file"Dono"PegarNome(playerid));
         
DOF2_SetInt(file"Modelo"410);
         
DOF2_SetFloat(file"CordX",2127.4617);
         
DOF2_SetFloat(file"CordY",-1141.9835);
         
DOF2_SetFloat(file"CordZ",24.9416);
         
DOF2_SetFloat(file"CordA",5.4496);
         
DOF2_SetInt(file"Cor1"1);
         
DOF2_SetInt(file"Cor2"1);
        
DOF2_SaveFile();
    } 
como faзo pra destruir?
e depois como faзo pra criar qnd ele conectar? alguem ajuda?
Reply


Messages In This Thread
Criar carro na hora de logar destruir quando deslogar - by moura98 - 19.04.2019, 00:45
Re: Criar carro na hora de logar destruir quando deslogar - by AdrianoStk - 19.04.2019, 01:28
Re: Criar carro na hora de logar destruir quando deslogar - by GuiKommander - 19.04.2019, 02:14

Forum Jump:


Users browsing this thread: 1 Guest(s)