20.12.2010, 22:27
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:
to:
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]);
pawn Код:
format(str,sizeof(str),"0,3Admin %s (ID:%d) (Level %d)",name,i,AdminLevel[i]);