0 Üye ve 1 Ziyaretçi konuyu incelemekte.
local blowTimers = {}function destroyBlownVehicle() if source and getElementType(source) == "vehicle" then local veh = source setTimer(function() destroyElement( veh ) end,3000,1) endendaddEventHandler("onVehicleExplode", getRootElement(), destroyBlownVehicle)
Kodlocal blowTimers = {}function destroyBlownVehicle() if source and getElementType(source) == "vehicle" then local veh = source setTimer(function() destroyElement( veh ) end,3000,1) endendaddEventHandler("onVehicleExplode", getRootElement(), destroyBlownVehicle)