player leaves, all id change?
player rejoins, all id change?
map change?
more people join?
I'm not sure and I need to store specific infomation about a player like if I've already spawned him or what his steamID is so I know if he has reconnected within a specific time.
currently doing something like this: player[id] = steamid
player.[steamid][34] = id
player.team[id] = team
player.spawn[id] = 1/0