Raised This Month: $32 Target: $400
 8% 

[REQ] Top 15 (motd function)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
BaD CopY
Senior Member
Join Date: Oct 2014
Location: Home
Old 04-14-2015 , 08:42   [REQ] Top 15 (motd function)
Reply With Quote #1

Hello everyone,

can anyone crate a plugin who shows motd if player type: /top15. In motd you can see top15 best players in server and their statistics [position, nick, kills, deaths, last connect (DD.MM.YY)].

BG COLOR = #000000
FONT COLOR = #49B630
SIZE = 2

THXX IN ADVANCE...

Last edited by BaD CopY; 04-17-2015 at 04:28.
BaD CopY is offline
Send a message via Yahoo to BaD CopY Send a message via Skype™ to BaD CopY
Old 04-14-2015, 11:30
BaD CopY
This message has been deleted by BaD CopY.
Old 04-15-2015, 16:04
BaD CopY
This message has been deleted by BaD CopY.
BaD CopY
Senior Member
Join Date: Oct 2014
Location: Home
Old 04-28-2015 , 06:42   Re: [REQ] Top 15 (motd function)
Reply With Quote #3

#TOP...
BaD CopY is offline
Send a message via Yahoo to BaD CopY Send a message via Skype™ to BaD CopY
BaD CopY
Senior Member
Join Date: Oct 2014
Location: Home
Old 07-03-2015 , 19:35   Re: [REQ] Top 15 (motd function)
Reply With Quote #4

bump...
BaD CopY is offline
Send a message via Yahoo to BaD CopY Send a message via Skype™ to BaD CopY
BaD CopY
Senior Member
Join Date: Oct 2014
Location: Home
Old 07-26-2015 , 16:07   Re: [REQ] Top 15 (motd function)
Reply With Quote #5

bump again :@
BaD CopY is offline
Send a message via Yahoo to BaD CopY Send a message via Skype™ to BaD CopY
Linkin Hisoka
Senior Member
Join Date: Sep 2014
Location: Morocco, Marrakesh
Old 07-26-2015 , 19:56   Re: [REQ] Top 15 (motd function)
Reply With Quote #6

stop double post or you receive no help
__________________
Moroccan and proud
Linkin Hisoka is offline
BaD CopY
Senior Member
Join Date: Oct 2014
Location: Home
Old 07-27-2015 , 07:49   Re: [REQ] Top 15 (motd function)
Reply With Quote #7

I didn't post this topic two time, I'm just bumping!
I will recive help if I stop bumping ?
BaD CopY is offline
Send a message via Yahoo to BaD CopY Send a message via Skype™ to BaD CopY
BaD CopY
Senior Member
Join Date: Oct 2014
Location: Home
Old 09-27-2015 , 04:58   Re: [REQ] Top 15 (motd function)
Reply With Quote #8

Bump. !
BaD CopY is offline
Send a message via Yahoo to BaD CopY Send a message via Skype™ to BaD CopY
zombiesucker
Member
Join Date: Sep 2015
Old 09-27-2015 , 05:02   Re: [REQ] Top 15 (motd function)
Reply With Quote #9

you mean like this?
PHP Code:
#include <amxmodx>
#include <csx>

public plugin_init()
{
    
register_plugin("Stats new""1.0""meNe")
    
register_clcmd("say /top15""show_top"0);
}

public 
show_top(id)
{
    
show_menu(id0"\n"1)
    new 
menu menu_create("\rTOP 15""menu_handler")
    new 
szmenu[512]
    new 
iMax get_statsnum()
    new 
izStats[8], izBody[8], t_sName[32];
    
iMax 100

    
for (new 0iMaxi++)
    {
        
get_stats(iizStatsizBodyt_sName31);
        
replace_all(t_sName31"<""[");
        
replace_all(t_sName31">""]");
        
formatex(szmenu511"\y%s \r| \wKills:\r %d \r| \wDeaths:\r %d"t_sNameizStats[0], izStats[1]);
        
menu_additem(menuszmenu)
    }

    
menu_setprop(menuMPROP_EXITMEXIT_ALL)
    
menu_display(idmenu0)
}
 
public 
menu_handler(idmenuitem)
{
    switch(
item)    
    {
        case 
0..99:
        {
            
// your command
        
}
    }
    
menu_destroy(menu);
    return 
PLUGIN_HANDLED;

</span></span>
zombiesucker is offline
BaD CopY
Senior Member
Join Date: Oct 2014
Location: Home
Old 09-27-2015 , 05:25   Re: [REQ] Top 15 (motd function)
Reply With Quote #10

Nop... I want motd with (only first 15 members sorted by kills - deaths): position, nick, kills, deaths, last connect (DD.MM.YY).
BaD CopY is offline
Send a message via Yahoo to BaD CopY Send a message via Skype™ to BaD CopY
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 23:56.


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