VersionChecker
Compares the current resource version with the latest GitHub release and prints an update notification if a newer version is available. The version is extracted from the resource's fxmanifest.lua vers
Bridge.Version.VersionChecker(repoPath, tebexasset)local Bridge = exports['community_bridge']:Bridge()
-- Check for Community Bridge updates
Bridge.Version.VersionChecker('The-Order-Of-The-Sacred-Framework/community_bridge', false)
-- Check for a Tebex resource
Bridge.Version.VersionChecker('myusername/my-premium-script', true)Last updated