LuxAdmin /stats
#7

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
Reply


Messages In This Thread
LuxAdmin /stats - by kbalor - 25.07.2012, 15:42
Re: LuxAdmin /stats - by SuperViper - 25.07.2012, 16:23
Re: LuxAdmin /stats - by kbalor - 25.07.2012, 16:28
Re: LuxAdmin /stats - by SuperViper - 25.07.2012, 16:32
Re: LuxAdmin /stats - by kbalor - 25.07.2012, 16:35
Re: LuxAdmin /stats - by SuperViper - 25.07.2012, 16:43
Re: LuxAdmin /stats - by kbalor - 25.07.2012, 16:53
Re: LuxAdmin /stats - by SuperViper - 25.07.2012, 17:15
Re: LuxAdmin /stats - by kbalor - 25.07.2012, 17:29
Re: LuxAdmin /stats - by xSkullx - 25.07.2012, 18:31

Forum Jump:


Users browsing this thread: 2 Guest(s)