0 Üye ve 1 Ziyaretçi konuyu incelemekte.
local sure = 10000 --10slocal timerbindKey("vehicle_fire","down",function() -- araç ateş ettiğinde local model = getElementModel(getPedOccupiedVehicle(localPlayer)) if model == 432 then -- eğer rhino ise toggleControl("vehicle_fire",false) timer = setTimer(toggleControl,sure,1,"vehicle_fire",true) endend)