mirror of
https://github.com/Michatec/xhud.git
synced 2026-03-31 23:46:29 +02:00
Versions Check added and Position arguments added.
This commit is contained in:
8
server/vcheck.lua
Normal file
8
server/vcheck.lua
Normal 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
|
||||
Reference in New Issue
Block a user