[Ajuda] Veiculo trancado
#2

Tente

PHP Code:
for(new 0MAX_CARROSc++) {
        
CarroInfo[c][IDCarro] = vehicleid;
        if(
PlayerInfo[playerid][DonoCarroID] != CarroInfo[CarroInfo[vehicleid][IDCarro]][IDCarro] && CarroInfo[CarroInfo[vehicleid][IDCarro]][TravaCarro] == 1) {
            new 
str33[128];
            
format(str33sizeof(str33), "Esse veнculo pertence б %s"DOF2_GetString(CarroArquivo(GetPlayerVehicleID(playerid)), "DonoCarro"));
            
SendClientMessage(playeridvermelhostr33);
            
RemovePlayerFromVehicle(playerid); // Remove o(a) jogador(a) do veнculo.
            
return true;
        }
        return 
true;
    } 
Reply


Messages In This Thread
Veiculo trancado - by SamuelMatheus05 - 06.05.2018, 03:16
Re: Veiculo trancado - by NelsonC - 06.05.2018, 04:27

Forum Jump:


Users browsing this thread: 1 Guest(s)