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