Making the chat and the message split?
#5

Try this

UNTESTED


pawn Code:
if(IsPlayerInRangeOfPoint(i, radi, x, y, z))
{
    new j=0;
    new temp[121];
    for(;string[j]!='\0';)
    {
        for(new i=0;i<=119 && string[j]!='\0';++i)
        {
            temp[i]=string[j];
            ++j;
        }
        temp[120]='-';
        SendClientMessage(i, color,temp);
    }
}
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)