Forumda Gezerken Bu kodu buldum fakat icinde bır oyuncu oldugunda patlayınca alta ayrı olan koda hata veriyor yardım edermisiniz Linki görebilmek için
Kayıt olun yada
Giriş yapın. abi şu soruna da baksan işin yoksa
setTimer(function() destroyElement( veh ) end,3000,1)
local blowTimers = {}
function destroyBlownVehicle()
if source and getElementType(source) == "vehicle" then
local veh = source
setTimer(function() destroyElement( veh ) end,3000,1)
end
end
addEventHandler("onVehicleExplode", getRootElement(), destroyBlownVehicle)