tried to make table in the chat ....
#1

That what I did -

PHP код:
    for(new 110i++)
    {
    
format(stringKilles,100,"name%d",i);
    
format(Snum,100,"Kills%d",i);
    
format(NameKill,24,dini_Get("KingSawn.ini",stringKilles));
    for(new 
024-strlen(NameKill); h++)
    
format(TUBname,30,"%s ",TUBname);
    
    
format(String,sizeof(String),"%d.    %s%s    %d",i,dini_Get("KingSawn.ini",stringKilles),TUBname,dini_Int("KingSawn.ini",Snum));
    
SendClientMessageToAll(COLOR_LIGHTBLUE,String);
    } 
And that's what happend -


Haven I tried this -

PHP код:
    SendClientMessageToAll(COLOR_LIGHTBLUE,"tal332255               6");
    
SendClientMessageToAll(COLOR_LIGHTBLUE,"tal12345                7");
    
SendClientMessageToAll(COLOR_LIGHTBLUE,"none                    3"); 
In the pawno it looks good but in the server it's confusion...


So - How can I make table in the chat ?


Thanks!
Reply
#2

with Dialogs you can use: \t for it , but with SendClientMessage have no idea about that .
Reply
#3

I made it with \t in my dialog ... but I need it in the chat to.
Reply
#4

i think you are not able to do it in the chat because every username length is different and space wont help for it.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)