Posts: 30
Threads: 13
Joined: Jan 2010
Reputation:
0
My server (using Ladmin 4) has this bug where the person to get an ID that an admin had then they get his level admin. So a first time player gets level 5 admin as soon as he joins and starts messing everything up.
Any way to fix it?
Posts: 92
Threads: 30
Joined: Sep 2008
Reputation:
0
Use OnPlayerDisconnect to set their ID as a normal player?
Posts: 1,464
Threads: 11
Joined: Jan 2008
Reputation:
0
Reset all player arrays in OnPlayerConnect.
Posts: 1,358
Threads: 89
Joined: Apr 2009
Reputation:
0
As Finn said, you have to reset the admin status when a new player connects.