Getting stupid issues with a simple login system
#4

pInfo(playerid)[pAdmin] is nearly correct. The problem is (playerid), you should use '[' and ']' instead of '(' and ')'. Example:
pawn Код:
pInfo(playerid)[pAdmin] //wrong
//
pInfo[playerid][pAdmin] //correct
//
I hope this solves the issue
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)