/makeclan (this drives me crazy)
#7

The whole thing isn't working -_-
Even if I cahnge it to that it's just not working. I have to use

pawn Код:
new length = strlen(cmdtext);
                while ((idx < length) && (cmdtext[idx] <= ' '))
                {
                    idx++;
                }
                new offset = idx;
                new clanname[128];
                while ((idx < length) && ((idx - offset) < (sizeof(clanname) - 1)))
                {
                    clanname[idx - offset] = cmdtext[idx];
                    idx++;
                }
                clanname[idx - offset] = EOS;
twice, for the clanname and clantag but I dont know where and how to use that stupid code.
Reply


Messages In This Thread
/makeclan (this drives me crazy) - by [WS]Hyper - 06.11.2009, 18:06
Re: /makeclan (this drives me crazy) - by Redgie - 06.11.2009, 18:10
Re: /makeclan (this drives me crazy) - by [WS]Hyper - 06.11.2009, 18:16
Re: /makeclan (this drives me crazy) - by Benne - 06.11.2009, 18:38
Re: /makeclan (this drives me crazy) - by [WS]Hyper - 06.11.2009, 20:14
Re: /makeclan (this drives me crazy) - by miokie - 06.11.2009, 20:49
Re: /makeclan (this drives me crazy) - by [WS]Hyper - 06.11.2009, 20:59
Re: /makeclan (this drives me crazy) - by MadeMan - 06.11.2009, 21:06
Re: /makeclan (this drives me crazy) - by member - 06.11.2009, 21:09
Re: /makeclan (this drives me crazy) - by MadeMan - 06.11.2009, 21:12

Forum Jump:


Users browsing this thread: 1 Guest(s)