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

Reset Rank Plugin /resetrank


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 09-28-2018 , 13:35   Reset Rank Plugin /resetrank
Reply With Quote #1

Need Command or function to reset rank of player by /resetrank.

I dont want to reset rank of all players.
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
Mr Misw
Member
Join Date: Aug 2018
Location: India
Old 09-28-2018 , 13:50   Re: Reset Rank Plugin /resetrank
Reply With Quote #2

If you want to reset for a specific Player then goto addons/amxmodx/data/csstats.dat open that file and delete the line containing the players STEAM ID whom stats you want to reset . . .
__________________
Facebook ==> Here
ScrewedUP's Website :
Main Website
My Ranking System [Skin Version] :
ScrewedUP Ranking System
My Ranking System [Without Skin Version] :
ScrewedUP Ranking System
Mr Misw is offline
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 09-28-2018 , 13:52   Re: Reset Rank Plugin /resetrank
Reply With Quote #3

i want to do that using plugin not manually as to save time. If there is function tell me.
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 09-29-2018 , 14:21   Re: Reset Rank Plugin /resetrank
Reply With Quote #4

already plugins exits that command was /rr maybe search
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 09-30-2018 , 03:00   Re: Reset Rank Plugin /resetrank
Reply With Quote #5

UP, there is no plugin found with /rr except restart round.
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 09-30-2018 , 05:43   Re: Reset Rank Plugin /resetrank
Reply With Quote #6

here you go.

PHP Code:
public SayReset          //Resets user stats 
PHP Code:
register_clcmd("say /reset""cmdReset"0"- reset user rank stats"
PHP Code:
server_cmd(addStast"Say /reset""SayReset"
PHP Code:
public cmdResetid )
{
    if (!
SayReset)
    {
        
client_print(idprint_chat"%L"id"DISABLED_MSG")
        return 
PLUGIN_HANDLED
    
}
    
reset_user_stats(id)
    new 
name[33]
    
get_user_name(id,name,sizeof name)
    
client_print(idprint_chat,%L",LANG_PLAYER,"STATS_RESET",name)
    return PLUGIN_HANDLED

shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 09-30-2018 , 07:03   Re: Reset Rank Plugin /resetrank
Reply With Quote #7

Error: http://prntscr.com/l0f9ji
__________________

Last edited by Sanjay Singh; 09-30-2018 at 07:10.
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 09-30-2018 , 07:10   Re: Reset Rank Plugin /resetrank
Reply With Quote #8

Error: http://prntscr.com/l0fb9o

Those codes are from Bhk Exd version
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
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 06:21.


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