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

Damage Control(2009 Mar 15)


Post New Thread Reply   
 
Thread Tools Display Modes
fxfighter
Veteran Member
Join Date: Feb 2007
Location: Trollhättan
Old 10-27-2008 , 08:08   Re: Damage Control(2008 Oct 27)
Reply With Quote #61

Updated Version 1.18
Added 100% working bot support for cz bots and other bots.
Added amx_dmg_fall
Fixed So you can combine dmg all cvar with other cvars was inspired from Texnux rmk.
__________________
If one of my plugins become broken, contact me by mail. [email protected]
fxfighter is offline
Send a message via MSN to fxfighter
Blubber_Bernd
Junior Member
Join Date: Nov 2008
Old 11-08-2008 , 05:15   Re: Damage Control(2008 Oct 27)
Reply With Quote #62

does it change the damage only for the amx admins or for all players on the server?
Blubber_Bernd is offline
Old 11-08-2008, 05:34
fxfighter
This message has been deleted by fxfighter. Reason: ..
fxfighter
Veteran Member
Join Date: Feb 2007
Location: Trollhättan
Old 11-12-2008 , 15:36   Re: Damage Control(2008 Nov 12)
Reply With Quote #63

Awsome update:Damage Control2(1.20) is out
You can now add/remove/set/multipli/combine dmg!
The old 1.18 is left for those ho dont need all those extra stuff or want the little extra performance.

Will release some updates to optimize the performance to best possible!
Sense its the only thing left to do whit this plug
If you got some ideas for this plug then dont hesitate to share them.
I will happly try to make them real as long as it got something to do whit damage control
__________________
If one of my plugins become broken, contact me by mail. [email protected]
fxfighter is offline
Send a message via MSN to fxfighter
kevin14144
Member
Join Date: Jul 2007
Old 02-07-2009 , 10:32   Re: Damage Control
Reply With Quote #64

The nade damage no distance different.

And atac no work by kill team with nade.
kevin14144 is offline
fxfighter
Veteran Member
Join Date: Feb 2007
Location: Trollhättan
Old 02-11-2009 , 09:50   Re: Damage Control(2008 Nov 12)
Reply With Quote #65

The distance dmg will not be constant as long as ju dont set it to a constant value.
and the last part i dont get?
so could you explain it more clearly and i will se what i can do.
__________________
If one of my plugins become broken, contact me by mail. [email protected]
fxfighter is offline
Send a message via MSN to fxfighter
nicolazo103
Veteran Member
Join Date: Jan 2009
Location: I have no fu*** idea
Old 02-20-2009 , 12:39   Re: Damage Control(2008 Nov 12)
Reply With Quote #66

does it works in Amx Mod X 1.8.1? because it comile it, but nothing happends
P_Cvars[0] = register_cvar("amx_dmg_mode","2")
P_Cvars[18] = register_cvar("amx_dmg_awp","1000")

I have zombie plague mod. does it cancel this plugin?????
__________________
Why do they send babies to fight me? -Heavy

nicolazo103 is offline
fxfighter
Veteran Member
Join Date: Feb 2007
Location: Trollhättan
Old 02-20-2009 , 12:46   Re: Damage Control(2008 Nov 12)
Reply With Quote #67

your using damage_control or damage_control2?

The way you typed your cvars here makes me think you edited the .sma whitout recompiling is that true?

and for the last can you send me a link to zombie plague mode
so i can see if theres eny conflict i can fix.
__________________
If one of my plugins become broken, contact me by mail. [email protected]
fxfighter is offline
Send a message via MSN to fxfighter
nicolazo103
Veteran Member
Join Date: Jan 2009
Location: I have no fu*** idea
Old 02-21-2009 , 09:01   Re: Damage Control(2008 Nov 12)
Reply With Quote #68

I am using Damage control 2
It don´t understand.
I modificated the sma, i saved it and i compiled it, but nothing happened

PHP Code:
    register_plugin("Damage Control""1.20""Fxfighter")
    
    
RegisterHam(Ham_TakeDamage"player""hook_TakeDamage")
    
    
P_Cvars[0] = register_cvar("amx_dmg_mode","2")
    
P_Cvars[1] = register_cvar("amx_dmg_p228","#")
    
P_Cvars[2] = register_cvar("amx_dmg_fall","#")
    
P_Cvars[3] = register_cvar("amx_dmg_scout","#")
    
P_Cvars[4] = register_cvar("amx_dmg_grenade","#")
    
P_Cvars[5] = register_cvar("amx_dmg_xm1014","#")
    
P_Cvars[7] = register_cvar("amx_dmg_mac10","#")
    
P_Cvars[8] = register_cvar("amx_dmg_aug","#")
    
P_Cvars[9] = register_cvar("amx_dmg_all","1.0*")
    
P_Cvars[10] = register_cvar("amx_dmg_elite","2*")
    
P_Cvars[11] = register_cvar("amx_dmg_fiveseven","#")
    
P_Cvars[12] = register_cvar("amx_dmg_ump45","#")
    
P_Cvars[13] = register_cvar("amx_dmg_sg550","#")
    
P_Cvars[14] = register_cvar("amx_dmg_galil","#")
    
P_Cvars[15] = register_cvar("amx_dmg_famas","#")
    
P_Cvars[16] = register_cvar("amx_dmg_usp","#")
    
P_Cvars[17] = register_cvar("amx_dmg_glock18","#")
    
P_Cvars[18] = register_cvar("amx_dmg_awp","1000")
    
P_Cvars[19] = register_cvar("amx_dmg_mp5navy","#")
    
P_Cvars[20] = register_cvar("amx_dmg_m249","#")
    
P_Cvars[21] = register_cvar("amx_dmg_m3","200")
    
P_Cvars[22] = register_cvar("amx_dmg_m4a1","#")
    
P_Cvars[23] = register_cvar("amx_dmg_tmp","#")
    
P_Cvars[24] = register_cvar("amx_dmg_g3sg1","#")
    
P_Cvars[26] = register_cvar("amx_dmg_deagle","3*")
    
P_Cvars[27] = register_cvar("amx_dmg_sg552","#")
    
P_Cvars[28] = register_cvar("amx_dmg_ak47","#")
    
P_Cvars[29] = register_cvar("amx_dmg_knife","#")
    
P_Cvars[30] = register_cvar("amx_dmg_p90","#"
And i dont speak english very well, i don´t undertand what did you mean with "send me a link to zombie plague mode so i can see if theres eny conflict i can fix."
__________________
Why do they send babies to fight me? -Heavy

nicolazo103 is offline
fxfighter
Veteran Member
Join Date: Feb 2007
Location: Trollhättan
Old 03-15-2009 , 07:52   Re: Damage Control(2009 Mar 15)
Reply With Quote #69

Updated.
If this version doesn't solve the bug then i belive there might be another plugin that got a conflict whit this one.
and if so list the plugs your runing.

sry for the insane delay i just forgot about this thread.
__________________
If one of my plugins become broken, contact me by mail. [email protected]
fxfighter is offline
Send a message via MSN to fxfighter
nicolazo103
Veteran Member
Join Date: Jan 2009
Location: I have no fu*** idea
Old 04-04-2009 , 23:34   Re: Damage Control(2009 Mar 15)
Reply With Quote #70

Thank you very much. +karma four your help
__________________
Why do they send babies to fight me? -Heavy

nicolazo103 is offline
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 01:27.


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