Kolay gelsin,bu basit komutla sadece ben aracımı tamir edebiliyorum.yeni hesap açtım admin olmayan tamir edemiyor aracıır ama admin hesapları tamir edebiliyor ne alakaysa nasıl düzeltebilirim şimdiden teşekkürler herkese 
function fix (playerSource) 
    local theVehicle = getPedOccupiedVehicle (playerSource) 
    if theVehicle and getVehicleController ( theVehicle ) == playerSource then 
         fixVehicle (theVehicle) 
         outputChatBox ("Aracın tamir edildi !" , thePlayer) 
    end 
end 
addCommandHandler ("tamir" , fix)