Version
Provides utilities for inspecting, modifying, and spawning vehicles with customization support.
Accessing the Module
Server
check_version(opts)
Checks the version of a resource against the latest version on GitHub.
Parameters
Name
Type
Description
opts
table
Configuration table containing:
â”” resource_name
string
The resource name (optional, defaults to current resource)
â”” url_path
string
Path to the versions JSON file on GitHub
â”” callback
function
Callback function receiving (success, current_version, latest_version, notes)
Example
Last updated