Chat text parting
#2

PHP код:
public OnPlayerText(playeridtext[])
{
    if(
strlen(text) >= 64)
    {
        new 
str[128], n[24], sStr[128];
        
GetPlayerName(playeridnsizeof n);
        
strmid(sStrtext64strlen(text));
        
strdel(text64strlen(text));
        
format(strsizeof str"%s: %s ..."ntext);
        
SendClientMessageToAll(0xFFFFFFFFstr);
        
format(strsizeof str"... %s"sStr);
        
SendClientMessageToAll(0xFFFFFFFFstr);
        return 
0;
    }
    return 
1;

Reply


Messages In This Thread
Chat text parting - by spaty2 - 19.07.2011, 17:43
Re: Chat text parting - by Shadoww5 - 19.07.2011, 20:58
Re: Chat text parting - by spaty2 - 19.07.2011, 21:44
Re: Chat text parting - by spaty2 - 19.07.2011, 22:05
Re: Chat text parting - by Shadoww5 - 19.07.2011, 22:12
Re: Chat text parting - by AndreT - 19.07.2011, 23:14
Re: Chat text parting - by spaty2 - 20.07.2011, 08:38

Forum Jump:


Users browsing this thread: 1 Guest(s)