FaZe Development
CtrlK
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