Seranok
|
  |
| Joined: 12 Dec 2009 |
| Total Posts: 11083 |
|
|
| 22 Jul 2011 04:00 PM |
I have a table which I am using to store extra information about each player.
I can either index it by the player's name or the player itself.
table[player] = {} table[player.Name] = {}
The problem is that the playerremoving event seems to occur when player is nil or at least not the same as the one I used to index. But if I switch over to names then I can't debug in Start Server mode. |
|
|
| Report Abuse |
|