/GMod-Unique-PlayerData

Based off of SetPData except it uses SteamID64s instead of UniqueIDs

Primary LanguageLuaMIT LicenseMIT

gmod-unique-playerdata

Usage:

  • Drag and drop sh_gl_updata.lua into your addon's libraries folder.
  • Use ply:SetUPData( key, value ) and ply:GetUPData( key, default[optional] ) for in-code usage.