22.06.2010, 06:50
Quote:
Originally Posted by [ĦŁ₣
ЉǾǖŦĦЗŁΛẄ ]
",nameoflol,cmdtext[4]); I think that is only inserting the fifth character, rather than all the text that's after the fifth character. 256 is too big, use 128 then minus whatever text you put in with the message: "** Car Chat ** %s: %s" I count 42 characters, so should be: new str[(128-42)]; I never use this method of parameter commands, I would advise using DCMD and sscanf, that is the easiest. :P |
And,yeah,I know 256 is too big,I just like being sure that it will send the whole message,but I'll fix it,thanks.
But,besides that part,will the rest work?