Lux_Coding
  • Scripts
    • Lux_VehiclePaper
      • myTrunk integration
      • Exports
        • RemoveVehicleFromPapers
        • IsVehicleRegisted
    • Lux_VehicleInspection
      • Exports
        • FirstVehicleInspection
        • GetVehicleInspection
    • Lux_Lib
      • Configuration
        • Normal Configuration
          • Translation
          • Input
          • Notification
          • Progressbar
          • Infobar
          • Allow User Settings
            • Notification
            • Input
            • Progressbar
        • Framework Specific Configuration
          • Player Loaded Event
          • Get Identifier Event
          • Get Account Money Event
      • Development
        • Import
        • Server Callbacks
        • Client Callbacks
        • Inputs
        • Notifcations
        • Progressbar
        • Infobar
        • Player Data
          • Get Identifier
          • Account Money
          • Get Job
          • Items
          • Get Group
          • Get Name
          • Get Players
        • Check Resource Version
        • Math
          • Math Round
          • Math Trim
          • Math Group Digits
        • Table
          • Dump Table
        • Raycast
Powered by GitBook
On this page
  1. Scripts
  2. Lux_Lib
  3. Development

Check Resource Version

Check Resources Version can be used Client and Server Side

LUX.CheckResourceVersion

-- Resource: the name of the Resource as String
-- MinimumVersion: Minimum Version as String
if LUX.CheckResourceVersion([Resouce], [MinimumVersion]) then 
    print('Version high enough')
else
    print('Version to low')
end
PreviousGet PlayersNextMath

Last updated 1 year ago