FaZe Development
Discord
  • 👋WELCOME
    • 👋Welcome
  • 💸RESOURCES
    • 💼fd-jobselector
      • 🔄Installation
      • ⚙️Configuration
      • 🛠️Functions
        • Client
          • Notify
        • Server
          • GetPlayer
    • 🚘fd-carrental
      • 🔄Installation
      • ⚙️Configuration
      • 🛠️Functions
        • Client
          • Notify
          • GiveVehicleKeys
          • RemoveVehicleKeys
          • SetVehicleFuel
        • Server
          • GetPlayer
          • RemoveMoney
    • 🎁fd-steamreward
      • 🔄Installation
      • ⚙️Configuration
Powered by GitBook
On this page
  1. RESOURCES
  2. fd-carrental
  3. Functions
  4. Client

RemoveVehicleKeys

FD.RemoveVehicleKeys = function(vehicle, plate)
    if Config.ShouldRemoveKeys and Config.VehicleKey then
        -- Add Your Remove Key Functions Here
    end
end
PreviousGiveVehicleKeysNextSetVehicleFuel

Last updated 1 year ago

💸
🚘
🛠️