local inventory = {} function GM:PlayerSpawn( ply ) ply:SetModel("models/player/monk.mdl") inventory[ply:SteamID()] = {} end