mirror of
https://github.com/Michatec/xhud.git
synced 2026-04-01 16:06:27 +02:00
9 lines
401 B
Lua
9 lines
401 B
Lua
print(' xHUD - Version Check\nThis resource is open source and available on GitHub:\nhttps://github.com/Michatec/xhud')
|
|
print('Checking for updates...')
|
|
if lib.versionCheck('michatec/xhud') then
|
|
print('You are running the latest version of xhud.')
|
|
else
|
|
print('Update available for xhud, please update to the latest version.')
|
|
print('Download it from https://github.com/Michatec/xhud')
|
|
end
|