IRCCMD:admins problem
#2

You can't get this working, because, you havent defined playerid, or anything
Never worked with IRCCMD so I dunno, try to change botid to playerid.

new playerid[MAX_PLAYERS];

EDIT: change this line:

pawn Код:
format(str,sizeof str,"0,3Admin %s (ID:%d) (Level %d)",name,i,AdminLevel[i]);
to:
pawn Код:
format(str,sizeof(str),"0,3Admin %s (ID:%d) (Level %d)",name,i,AdminLevel[i]);
Reply


Messages In This Thread
IRCCMD:admins problem - by Face9000 - 20.12.2010, 21:51
Re: IRCCMD:admins problem - by Mean - 20.12.2010, 22:27
Re: IRCCMD:admins problem - by Face9000 - 21.12.2010, 09:58
Re: IRCCMD:admins problem - by Rachael - 21.12.2010, 10:09
Re: IRCCMD:admins problem - by Face9000 - 21.12.2010, 10:17

Forum Jump:


Users browsing this thread: 1 Guest(s)