RP text
#2

pawn Код:
stock chat(text[])
{
    if(strlen(text) > 64)
    {
        new strings1[65];
        strmid(strings1,text,64,128);
        strdel(text,64,128);
        format(text,66,"%s-",text);
        format(strings1,66,"-%s",strings1);
        SendClientMessageToAll(-1, text);
        SendClientMessageToAll(-1, strings1);
    }
    else SendClientMessageToAll(-1, text);
   
    return 1;
}
Reply


Messages In This Thread
RP text - by Wizzy951 - 21.10.2013, 19:09
Re: RP text - by rickisme - 21.10.2013, 20:41

Forum Jump:


Users browsing this thread: 1 Guest(s)