mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
Feat: add client version
This commit is contained in:
parent
03c6585cff
commit
af77c08976
|
@ -7,6 +7,10 @@ function ply:gmIntIsVerified()
|
||||||
return self.gmIntVerified || false
|
return self.gmIntVerified || false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function ply:gmInteGetBranch()
|
||||||
|
return CLIENT && BRANCH || self.branch || "unknown"
|
||||||
|
end
|
||||||
|
|
||||||
function ply:gmIntSetCustomValue(key, value)
|
function ply:gmIntSetCustomValue(key, value)
|
||||||
self.gmIntCustomValues = self.gmIntCustomValues || {}
|
self.gmIntCustomValues = self.gmIntCustomValues || {}
|
||||||
self.gmIntCustomValues[key] = value
|
self.gmIntCustomValues[key] = value
|
||||||
|
|
Loading…
Reference in New Issue
Block a user