add: pointshop 2 in CustomCompatability

This commit is contained in:
Linventif 2024-08-04 21:18:05 +00:00
parent f250dba952
commit efa2821a70

View File

@ -33,6 +33,9 @@ local function getCustomCompatability(ply)
values.level = ply:GetLevel()
values.xp = ply:GetXP()
end
// Pointshop
if Pointshop2 then values.points = ply:PS2_GetPoints() end
return values
end