Quote:
Originally Posted by SuperViper
Change
pawn Код:
new pmStatus[5] = (AccInfo[player1][PMEnabled]) ? "En" : "Dis";
to
pawn Код:
new pmStatus[5];
if(AccInfo[player1][PMEnabled]) pmStatus = "En"; else pmStatus = "Dis";
You need to change PMEnabled to the LuxAdmin variable. I've never used LuxAdmin because I always make my own admin system.
|
Last warning: error 017: undefined symbol "PMEnabled" Just need to know what's the variable and problem will be solve.
Anyway people recommend Luxadmin coz of better commands that's why I choose this. Well unanimous decision