Making the chat and the message split?
#8

pawn Code:
stock strsplit(source[], first[], second[], split_pos)
{
    strmid(source, first, 0, split_pos);
    strins(first, "-", split_pos);
    strmid(source, second, split_pos, strlen(source));
    return 1;
}
I had something like this, don't have access to it right now.
Might have to play around with it, but it worked for me.
Reply


Messages In This Thread
Making the chat and the message split? - by JaKe Elite - 29.11.2012, 08:41
Re: Making the chat and the message split? - by Boooth - 29.11.2012, 08:48
Re: Making the chat and the message split? - by JaKe Elite - 29.11.2012, 08:49
Re: Making the chat and the message split? - by GiamPy. - 29.11.2012, 11:39
Re: Making the chat and the message split? - by [MM]RoXoR[FS] - 29.11.2012, 11:46
Re: Making the chat and the message split? - by JaKe Elite - 30.11.2012, 00:03
Re: Making the chat and the message split? - by JaKe Elite - 30.11.2012, 09:25
Re: Making the chat and the message split? - by cosbraa - 30.11.2012, 09:46
Re: Making the chat and the message split? - by JaKe Elite - 30.11.2012, 09:49
Re: Making the chat and the message split? - by cosbraa - 30.11.2012, 10:14

Forum Jump:


Users browsing this thread: 2 Guest(s)