Raised This Month: $ Target: $400
 0% 

table in motd window


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ch3cker
Veteran Member
Join Date: Jun 2005
Location: Deutschland / Baden-Würt
Old 07-26-2007 , 09:48   Re: table in motd window
Reply With Quote #1

ok thanks for that
now the table has a firm size

Code:
    new len = format( buffer, 2047, "<table border=1 cellspacing=1 cellpadding=10 width=650 align=center>")     len += format( buffer[len], 2047-len, "<tr><td align=left width=450> Name <td align=center width=100> Hits <td align=right width=100> Damage" )     for (iAttacker = 1; iAttacker <= iMaxPlayer; iAttacker++)     {         if (get_user_astats(id, iAttacker, izStats, izBody, t_sWpn, MAX_WEAPON_LENGTH))         {             get_user_name(iAttacker, t_sName, 32)             len += format( buffer[len], 2047-len , "<tr><td align=left> %s <td align=center> %d <td align=right> %d", t_sName, izStats[STATS_HITS], izStats[STATS_DAMAGE] )
but is shows the name still on more lines.
When your name is "Ch3cker need help" it shows it like this:
Code:
 
Ch3cker
need
help
here is a new picture of it

http://88.198.51.140/myhits2.jpg
__________________
SORRY 4 MY BAD ENGLISH

Last edited by ch3cker; 07-26-2007 at 09:51.
ch3cker is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:26.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode