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

[REQ]Bullet damage for admin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
s33k
Senior Member
Join Date: Jul 2009
Location: club420
Old 01-06-2010 , 10:32   [REQ]Bullet damage for admin
Reply With Quote #1

Can someone make the plugin for show bullet damege, but that only admin see it.
Just rewrite orginal plugin and put that admin with flag K have it.

Tnx.
__________________
s33k is offline
Send a message via MSN to s33k
.OM NOM NOM NOM
BANNED
Join Date: Dec 2009
Old 01-06-2010 , 15:26   Re: [REQ]Bullet damage for admin
Reply With Quote #2

I see what you did there.
.OM NOM NOM NOM is offline
s33k
Senior Member
Join Date: Jul 2009
Location: club420
Old 01-06-2010 , 17:07   Re: [REQ]Bullet damage for admin
Reply With Quote #3

Quote:
Originally Posted by .OM NOM NOM NOM View Post
I see what you did there.
And I think that i see it... but i can find :S
__________________
s33k is offline
Send a message via MSN to s33k
master4life
Senior Member
Join Date: Mar 2006
Location: Germany
Old 01-06-2010 , 17:29   Re: [REQ]Bullet damage for admin
Reply With Quote #4

PHP Code:
#include < amxmodx >

public plugin_init( ) {  
    
register_plugin"Bullet Dmg for Admins","1.0","master4life" );
    
    
register_event"Damage""EventMsgDamage""b""2!0""3=0""4!0" );
}

public 
EventMsgDamageid ) { 
    static 
iAttackeriAttacker get_user_attackerid );
    static 
iDmgiDmg read_data);
        
    if( 
is_user_aliveiAttacker ) && get_user_flagsiAttacker ) & ADMIN_KICK ) {
        
set_hudmessage0125255, -1.0, -1.00_1.00.50.5);
        
show_hudmessageiAttacker"%i"iDmg );
    }

__________________


[img]http://img714.**************/img714/8612/33726.png[/img]
master4life is offline
Send a message via ICQ to master4life Send a message via MSN to master4life Send a message via Skype™ to master4life
s33k
Senior Member
Join Date: Jul 2009
Location: club420
Old 01-06-2010 , 17:41   Re: [REQ]Bullet damage for admin
Reply With Quote #5

Quote:
Originally Posted by master4life View Post
PHP Code:
#include < amxmodx >

public plugin_init( ) {  
    
register_plugin"Bullet Dmg for Admins","1.0","master4life" );
    
    
register_event"Damage""EventMsgDamage""b""2!0""3=0""4!0" );
}

public 
EventMsgDamageid ) { 
    static 
iAttackeriAttacker get_user_attackerid );
    static 
iDmgiDmg read_data);
        
    if( 
is_user_aliveiAttacker ) && get_user_flagsiAttacker ) & ADMIN_KICK ) {
        
set_hudmessage0125255, -1.0, -1.00_1.00.50.5);
        
show_hudmessageiAttacker"%i"iDmg );
    }


This show only dmg of enemy.
Can you put that it's show and my dmg.
Can you make that displays and dmg that he made me.
__________________
s33k is offline
Send a message via MSN to s33k
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 04:21.


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