Feat: add client version

This commit is contained in:
Linventif 2024-11-18 17:17:06 +00:00
parent 03c6585cff
commit af77c08976

View File

@ -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