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