18.10.2011, 15:59
Quote:
Are you resetting the values of the enumerated variables when the player disconnects? Otherwise if for example ID 0 joins and logs in and is a level 10 administrator, it will set the value in cell 0 of the array to 10. Then if that person leaves and you do not set the value of the cell 0 back to 0, the next person who connects with ID 0 will inherit that value.
|