07.02.2010, 14:58
Ok I posted a topic on this earlier but it got deleted for some reason :/
Ladmin on my server gives the next person to get an ID that an admin had before gets there level admin.
E.g. Level 5 admins is ID 0. He leaves and a random player comes in on ID 0 and has level 5 admin.
Someone said to add:
public OnPlayerConnect(playerid)
{
PlayerInfo[playerid][level] = 0;
But turns out that was already in there and in OnPlayerDisconnect.
Any other ideas?
Ladmin on my server gives the next person to get an ID that an admin had before gets there level admin.
E.g. Level 5 admins is ID 0. He leaves and a random player comes in on ID 0 and has level 5 admin.
Someone said to add:
public OnPlayerConnect(playerid)
{
PlayerInfo[playerid][level] = 0;
But turns out that was already in there and in OnPlayerDisconnect.
Any other ideas?