Versions Check added and Position arguments added.

This commit is contained in:
2026-02-15 19:37:39 +01:00
parent 596d70e72f
commit a99607dd0a
6 changed files with 183 additions and 10 deletions

8
server/vcheck.lua Normal file
View File

@@ -0,0 +1,8 @@
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