Random players get maximum admin level [ladmin]
#1

Hi guys, title says it all, i experience this annoying problem so random players when they connect to server they get level 10.

There's no such thing like Setlevel = 10 or anything related on OnPlayerConnect or anywhere else. As filterscripts i'm using only ladmin4v2 and some animations.

Maybe you guys experienced the same problems? Or you can help me? It will be much appreciated!

Thank you!

LE: btw, ladmin is a bit edited so I can get car lights on daytime.
Reply
#2

Your probably not resetting the level variable when they disconnect.
Reply
#3

Under on PlayerConnect:

PlayerInfo[playerid][pAdmin] = 0;

^ This may differ, you'll have to do it yourself as some people use PlayerData[playerid][pAdmin], ect.
Reply
#4

For ladmin u use this

pawn Код:
PlayerInfo[playerid][Level] = 0;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)