Ladmin4v2 Problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Ladmin4v2 Problem (
/showthread.php?tid=126211)
Ladmin4v2 Problem -
jesuschristlordandsavior - 07.02.2010
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?
Re: Ladmin4v2 Problem -
jesuschristlordandsavior - 07.02.2010
bump. Any help?
Re: Ladmin4v2 Problem -
deather - 07.02.2010
Why the hell dont you post it in the same topic of LAdmin?