Two big problems (extra parameters & adminchat)
#10

Yeah, my bad.
Replace these lines
pawn Код:
format(seniormsg,sizeof(seniormsg),"Senior Administrator %s: %s",name,msg);
    format(juniormsg,sizeof(juniormsg),"Junior Administrator %s: %s",name,msg);
    format(leadmsg,sizeof(leadmsg),"Lead Administrator %s: %s",name,msg);
with these
pawn Код:
format(seniormsg,sizeof(seniormsg),"Senior Administrator %s: %s",Name,msg);
    format(juniormsg,sizeof(juniormsg),"Junior Administrator %s: %s",Name,msg);
    format(leadmsg,sizeof(leadmsg),"Lead Administrator %s: %s",Name,msg);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)