Unable To Check Userfile
#1

I'm trying to retrieve Player Info in a filterscript it aint working as Planned... I looked at my Mode and Put it similar to that.. but nothing.. Like I got a filterscript that has a admin command Im trying to check
If(PlayerInfo[playerid][pAdminLevel] >= 2)

But nothing happens so I put Else and Sendclient message and It Says Ur Not Admin.. Could anyone help me .. I'm Confused..
Reply
#2

pawn Код:
if(PlayerInfo[playerid][pAdminLevel] < 2) return 0;
At beginning of command.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)