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

Advanced Bullet Damage


Post New Thread Reply   
 
Thread Tools Display Modes
ZASTRELIS
Veteran Member
Join Date: Nov 2010
Location: Siberia, Irkutsk
Old 05-12-2013 , 12:03   Re: Advanced Bullet Damage
Reply With Quote #71

public on_new_round()
{
g_enabled = get_pcvar_num(g_type)
if(get_pcvar_num(g_recieved) == 1)
g_showrecieved = true
else
return
}
ZASTRELIS is offline
whitenig
Junior Member
Join Date: Jul 2010
Old 07-06-2013 , 11:58   Re: Advanced Bullet Damage
Reply With Quote #72

does anyone know how can i modify the script so every client can disable the plugin for him with a option like typing in console say /disablebulletdmg ... ?
whitenig is offline
Old 07-14-2013, 14:20
pomen
This message has been deleted by pomen. Reason: mistake
Nano x
Member
Join Date: Feb 2014
Location: Lebanon, beirut
Old 06-25-2014 , 16:26   Re: Advanced Bullet Damage
Reply With Quote #73

Quote:
Originally Posted by GuguGogu View Post
Hi ! can somebody help me with this plugin please i want to make it to show hud messages like in the screenshot attached.. it goes around the target like a circle

Thank You

here is the link
http://www.4shared.com/zip/y6nzipNPb...mage_csx.html?
Nano x is offline
nonocorp
Junior Member
Join Date: Jan 2015
Location: Portugal
Old 02-19-2015 , 09:27   Re: Advanced Bullet Damage
Reply With Quote #74

good work! ;)
__________________
TeamSpeak 3 || Public & Free Channels


* Sry for my bad english, i am portuguese.
nonocorp is offline
Send a message via Skype™ to nonocorp
feifei
Senior Member
Join Date: Sep 2014
Location: India
Old 03-08-2015 , 03:24   Re: Advanced Bullet Damage
Reply With Quote #75

how to do that spectator also can see how many damage did to victim and how many damage taken from victim ??

I don't need circle effect
__________________
MaTriX is my life
Visit Here ;) For ZP MODs
feifei is offline
WhiteTomcat
Member
Join Date: Jan 2015
Old 03-17-2015 , 17:19   Re: Advanced Bullet Damage
Reply With Quote #76

This plugin really helps to know where your enemy is .. GJ
WhiteTomcat is offline
feifei
Senior Member
Join Date: Sep 2014
Location: India
Old 03-18-2015 , 00:51   Re: Advanced Bullet Damage
Reply With Quote #77

Quote:
Originally Posted by WhiteTomcat View Post
This plugin really helps to know where your enemy is .. GJ
okay.
__________________
MaTriX is my life
Visit Here ;) For ZP MODs
feifei is offline
mforce
Member
Join Date: Jan 2015
Old 09-19-2015 , 20:28   Re: Advanced Bullet Damage
Reply With Quote #78

Quote:
Originally Posted by feifei View Post
how to do that spectator also can see how many damage did to victim and how many damage taken from victim ??

I don't need circle effect
PHP Code:
#include <amxmodx>
#include <engine>

new g_hudmsg1g_hudmsg2;

public 
plugin_init() {
    
register_plugin("Bullet Damage with Spec""1.3""Sn!ff3r, modded by mforce")
    
register_event("Damage""on_damage""b""2!0""3=0""4!0")    
    
    
g_hudmsg1 CreateHudSyncObj()
    
g_hudmsg2 CreateHudSyncObj()
}

public 
on_damage(id) {    
    static 
attackerattacker get_user_attacker(id)
    
    if(
is_user_connected(attacker)) {
    static 
damagedamage read_data(2)

    
set_hudmessage(255000.450.5020.14.00.10.1, -1)
    
ShowSyncHudMsg(idg_hudmsg2"%i^n"damage)
    
    
set_hudmessage(0100200, -1.00.5520.14.00.020.02, -1)
    
ShowSyncHudMsg(attackerg_hudmsg1"%i^n"damage)
    

    static 
iPlayers[32], iNum;
    
get_players(iPlayersiNum"bch")

    for(new 
0Spectator iPlayers[0]; iNumSpectator iPlayers[i++]) {
        if(
entity_get_int(SpectatorEV_INT_iuser2) == attacker) {
            
set_hudmessage(0100200, -1.00.5520.14.00.020.02, -1)
            
ShowSyncHudMsg(Spectatorg_hudmsg1"%i^n"damage)
            }
        if(
entity_get_int(SpectatorEV_INT_iuser2) == id) {
            
set_hudmessage(255000.450.5020.14.00.10.1, -1)
            
ShowSyncHudMsg(Spectatorg_hudmsg2"%i^n"damage)
            }
        }
    }


Last edited by mforce; 09-24-2015 at 08:39. Reason: less hud
mforce is offline
chaves
Senior Member
Join Date: Oct 2011
Old 04-03-2016 , 20:18   Re: Advanced Bullet Damage
Reply With Quote #79

anyone can do to amxx version 1.8.3?
chaves is offline
Agression Terrpr
Member
Join Date: Jun 2015
Location: Lithuania
Old 04-04-2016 , 05:33   Re: Advanced Bullet Damage
Reply With Quote #80

Quote:
Originally Posted by chaves View Post
anyone can do to amxx version 1.8.3?
This is work 1.8.3
Agression Terrpr is offline
Send a message via Skype™ to Agression Terrpr
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 15:47.


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