Raised This Month: $ Target: $400
 0% 

resolved


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
stuar
Junior Member
Join Date: Jan 2022
Old 02-06-2022 , 16:28   resolved
Reply With Quote #1

resolved

Last edited by stuar; 03-14-2022 at 11:09.
stuar is offline
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 02-06-2022 , 17:11   Re: hello someone help me to put ranking
Reply With Quote #2

PHP Code:
#include <amxmodx>
#include <csstats>

public plugin_init()
{
    
register_plugin("Personal Stats""1.0""OciXCrom")
    
register_clcmd("say /mystats""Cmd_MyStats")
}

public 
Cmd_MyStats(id)
{
    new 
iMenu menu_create("Your Personal Stats""Menu_Handler")

    new 
iStats[8], iHits[8], iRank
    iRank 
get_user_stats(idiStatsiHits)
    
    
menu_add_custom_item(iMenu"Rank: \y%i"iRank)
    
menu_add_custom_item(iMenu"Kills: \y%i"iStats[0])
    
menu_add_custom_item(iMenu"Deaths: \y%i"iStats[1])
    
menu_add_custom_item(iMenu"Headshots: \y%i"iStats[2])

    new 
iStats2[4]
    
get_user_stats2(idiStats2)

    
menu_add_custom_item(iMenu"C4 Defuses: \y%i"iStats2[1])
    
menu_add_custom_item(iMenu"C4 Plants: \y%i"iStats2[2])

    
get_user_wstats(idCSW_KNIFEiStatsiHits)
    
menu_add_custom_item(iMenu"Knife Kills: \y%i"iStats[0])

    
menu_display(idiMenu)
    return 
PLUGIN_HANDLED
}

public 
Menu_Handler(idiMenuiItem)
{
    return 
PLUGIN_HANDLED
}

menu_add_custom_item(iMenuszItem[], any:...)
{
    new 
szMenuItem[128]
    
vformat(szMenuItemcharsmax(szMenuItem), szItem3)
    
menu_additem(iMenuszMenuItem)

__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.
Supremache is offline
Old 02-06-2022, 17:34
stuar
This message has been deleted by stuar.
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 02-07-2022 , 05:23   Re: hello someone help me to put ranking
Reply With Quote #3

Why did you post a thread when I already updated my code in your previous thread and told you that I did so TWICE?!
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Natsheh
Veteran Member
Join Date: Sep 2012
Old 02-07-2022 , 12:58   Re: hello someone help me to put ranking
Reply With Quote #4

@Supremache There is no need leaving the menu alive because you're recreating it each time you open it.

PHP Code:
public Menu_Handler(idiMenuiItem)
{
    return 
PLUGIN_HANDLED



PHP Code:
public Menu_Handler(idiMenuiItem)
{
    
menu_destroy(iMenu);
    return 
PLUGIN_HANDLED

__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !

Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 02-07-2022 , 13:03   Re: hello someone help me to put ranking
Reply With Quote #5

Quote:
Originally Posted by Natsheh View Post
@Supremache There is no need leaving the menu alive because you're recreating it each time you open it.

PHP Code:
public Menu_Handler(idiMenuiItem)
{
    return 
PLUGIN_HANDLED



PHP Code:
public Menu_Handler(idiMenuiItem)
{
    
menu_destroy(iMenu);
    return 
PLUGIN_HANDLED

1. Iam not the author
2.
Quote:
Originally Posted by Natsheh View Post
Maybe i should but its just a request i am not submitting a plugin
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.
Supremache is offline
Natsheh
Veteran Member
Join Date: Sep 2012
Old 02-07-2022 , 13:11   Re: hello someone help me to put ranking
Reply With Quote #6

Quote:
Originally Posted by Supremache View Post
1. Iam not the author
2.
Yes but you're resubmitting the mistake or outdated version of the plugin, if you don't want to resubmit the mistake stop publishing an outdated code, and maybe poost a link for the original plugin post.
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 02-07-2022 at 13:15.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
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 01:58.


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