Raised This Month: $ Target: $400
 0% 

ResetScore Optimizing/Remove Fakemeta


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
PandaDnB
Senior Member
Join Date: Jan 2012
Old 09-29-2012 , 14:13   Re: ResetScore Optimizing/Remove Fakemeta
Reply With Quote #7

How about this ?
PHP Code:
#include <amxmodx> 
#include <cstrike>
#include <fun>

public plugin_init()

    
register_plugin("ResetScore""1.0""PandaDNB"
    
register_clcmd("say /resetscore""ResetScore"
    
register_clcmd("say /rs""ResetScore")


public 
ResetScore(id)
{
    
set_user_frags(id0
    
cs_set_user_deaths(id0
    
client_print(idprint_chat"[TAG] Your score and deaths are successfully reset!")


Last edited by PandaDnB; 09-29-2012 at 14:19.
PandaDnB 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:10.


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