This isn't working.
#3

You made a string, but you don't send it to the server:

pawn Код:
format(string, sizeof(string), "(( %s: %s ))", sendername, result);
    //      OOCOff(COLOR_OOC,string);
just remove the comment line:

pawn Код:
format(string, sizeof(string), "(( %s: %s ))", sendername, result);
            OOCOff(COLOR_OOC,string);
Reply


Messages In This Thread
This isn't working. - by Packer5 - 03.11.2009, 17:39
Re: This isn't working. - by MadeMan - 03.11.2009, 17:45
Re: This isn't working. - by introzen - 03.11.2009, 17:57

Forum Jump:


Users browsing this thread: 3 Guest(s)