mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 22:37:34 +00:00
add: pointshop 2 in CustomCompatability
This commit is contained in:
parent
f250dba952
commit
efa2821a70
|
@ -33,6 +33,9 @@ local function getCustomCompatability(ply)
|
||||||
values.level = ply:GetLevel()
|
values.level = ply:GetLevel()
|
||||||
values.xp = ply:GetXP()
|
values.xp = ply:GetXP()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
// Pointshop
|
||||||
|
if Pointshop2 then values.points = ply:PS2_GetPoints() end
|
||||||
return values
|
return values
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user