Raised This Month: $51 Target: $400
 12% 

[ES] Colocar columnas HTML en el /top15 (Solucionado)


  
 
 
Thread Tools Display Modes
p4rp4d30
Veteran Member
Join Date: Mar 2007
Old 10-21-2010 , 03:51   Re: [ES] Colocar columnas HTML en el /top15 (Solucionado)
#21

Quote:
Originally Posted by g_often View Post
Parpadeo a esto no lo saqué de tu code e.e ya lo tenía hace mucho...

@bello
apenas puedo te ayudo, tengo que terminar algo.

@ asdito
Prueba esto:

PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_plugin"Test""1.0""G_often" )
    
    
register_clcmd"say /top15""CmdTestTop15" )
}

public 
CmdTestTop15id )
{
    static 
Name[33], iMotd[2001], iLen;
    
    
get_user_nameidName32 )
    
    
iLen format(iMotdsizeof iMotd 1,"<body bgcolor=#ff0000><font color=#2efe9a><pre>");
    
iLen += format(iMotd[iLen], (sizeof iMotd 1) - iLen,"<center><h2> Top 15 </h2></center>^n^n");

    
iLen += format(iMotd[iLen], (sizeof iMotd 1) - iLen,"<table border=1><tr><th>#</th><th>Nick</th><th>Kills</th><th>Hits</th><th>Shots</th><th>HS</th><th>Eff</th><th>Acc.</th></tr>");
    
    for( new 
1<= 15i++ )
        
iLen += format(iMotd[iLen], (sizeof iMotd 1) - iLen"<tr><th>%9i</th><th>%-22.22s</th><th>%8i</th><th>%7i</th><th>%6i</th><th>%5i</th><th>%4i</th><th>%3i%%</th></tr>",iName1051313130)
    
    
iLen += format(iMotd[iLen], (sizeof iMotd 1) - iLen"</table></font>" )
    
    
show_motdidiMotd"Top15");
    
    return 
PLUGIN_HANDLED;

este tema lo habia respondido hace mucho tiempo de uno qu etmb buscava html en motd

habra sido hace mas de 6 meses

saludos
p4rp4d30 is offline
Bello2
Senior Member
Join Date: Jun 2010
Location: Venezuela
Old 10-22-2010 , 10:39   Re: [ES] Colocar columnas HTML en el /top15 (Solucionado)
#22

Quote:
Originally Posted by g_often View Post
Parpadeo a esto no lo saqué de tu code e.e ya lo tenía hace mucho...

@bello
apenas puedo te ayudo, tengo que terminar algo.

@ asdito
Prueba esto:

PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_plugin"Test""1.0""G_often" )
    
    
register_clcmd"say /top15""CmdTestTop15" )
}

public 
CmdTestTop15id )
{
    static 
Name[33], iMotd[2001], iLen;
    
    
get_user_nameidName32 )
    
    
iLen format(iMotdsizeof iMotd 1,"<body bgcolor=#ff0000><font color=#2efe9a><pre>");
    
iLen += format(iMotd[iLen], (sizeof iMotd 1) - iLen,"<center><h2> Top 15 </h2></center>^n^n");

    
iLen += format(iMotd[iLen], (sizeof iMotd 1) - iLen,"<table border=1><tr><th>#</th><th>Nick</th><th>Kills</th><th>Hits</th><th>Shots</th><th>HS</th><th>Eff</th><th>Acc.</th></tr>");
    
    for( new 
1<= 15i++ )
        
iLen += format(iMotd[iLen], (sizeof iMotd 1) - iLen"<tr><th>%9i</th><th>%-22.22s</th><th>%8i</th><th>%7i</th><th>%6i</th><th>%5i</th><th>%4i</th><th>%3i%%</th></tr>",iName1051313130)
    
    
iLen += format(iMotd[iLen], (sizeof iMotd 1) - iLen"</table></font>" )
    
    
show_motdidiMotd"Top15");
    
    return 
PLUGIN_HANDLED;

gracias g_often espero tu ayuda! ^^
__________________
Bello2 is offline
 



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 22:36.


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