Raised This Month: $ Target: $400
 0% 

Score + Death


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Napoleon_be
Veteran Member
Join Date: Jul 2011
Location: Belgium
Old 03-23-2020 , 10:46   Re: Score + Death
Reply With Quote #1

Yea my bad, should be fixed

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <cstrike>
#include <fun>
#include <hamsandwich>

#define PLUGIN "No Death Score"
#define VERSION "1.0"
#define AUTHOR "NapoleoN#"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR);
    
    
RegisterHam(Ham_Killed"player""PostPlayerKilled"1);
}

public 
PostPlayerKilled(iVictimiAttackeriShouldGib)
{
    
cs_set_user_deaths(iVictim0);
    
set_user_frags(iVictimget_user_frags(iVictim));

__________________

Last edited by Napoleon_be; 03-23-2020 at 11:27.
Napoleon_be is offline
Send a message via Skype™ to Napoleon_be
Reply


Thread Tools
Display Modes

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 11:33.


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