Chat Multi lines
#1

I try to create chat multi lines for RP server, but still don't work and got bug when /do, /me

there is my code anyone can help me pls ! thanks you

PHP код:
CMD:do(playeridparams)
{
if(
strlen(params) < 100)
    {
        new 
string[128];
        
format(stringsizeof(string), "* %s (( %s ))"paramsGetPlayerNameEx(playerid));
        
ProxDetector(30.0playeridstringCOLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
    }
    else
    {
        new 
str[128], string[128];
        
strmid(str,(params),100,200);
        
strins((params), "-..."1001);
        
strdel((params), 101200);
        
format(stringsizeof(string), "* %s (( %s ))"paramsGetPlayerNameEx(playerid));
        
ProxDetector(30.0playeridstringCOLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
        
format(strsizeof(str), "* %s (( %s ))"paramsGetPlayerNameEx(playerid));
        
ProxDetector(30.0playeridstrCOLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
    }

Reply


Messages In This Thread
Chat Multi lines - by vulcanica - 13.01.2015, 17:27
Re: Chat Multi lines - by Ahmad45123 - 13.01.2015, 17:58

Forum Jump:


Users browsing this thread: 4 Guest(s)