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

[Request] : 2 Plugins


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Ang52
Member
Join Date: Jan 2012
Old 01-22-2012 , 12:17   [Request] : 2 Plugins
Reply With Quote #1

Someone can make me the following plugins:

Plugin 1
-------
I need a plugin that when player jumping and falls it will not hurt him.
( current health )

Plugin 2
-------
when player shoot is friends team and the FriendlyFire is On it will not damage
and is health will stay currently was.

thanks for help.
Ang52 is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 01-22-2012 , 12:33   Re: [Request] : 2 Plugins
Reply With Quote #2

2. What's wrong with mp_friendlyfire 0 ?
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 01-22-2012 , 12:45   Re: [Request] : 2 Plugins
Reply With Quote #3

1.Search "no fall damage"
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
deadman909
Veteran Member
Join Date: Oct 2008
Old 01-22-2012 , 12:49   Re: [Request] : 2 Plugins
Reply With Quote #4

Like Connor said use mp_friendlyfire 0 and you can use Connors plugin for the fall damage

PHP Code:
#include <hamsandwich>

#define VERSION "0.0.1"
#define PLUGIN "No Fall Damage"

const DMG_FALL = (1<<5)      // Fell too far

public plugin_init()
{
    
register_plugin(PLUGINVERSION"ConnorMcLeod")
    
RegisterHam(Ham_TakeDamage"player""CBasePlayer_TakeDamage"false)
}

public 
CBasePlayer_TakeDamage(idiInflictoriAttackerFloat:flDamagebitsDamageType)
{
    if( 
bitsDamageType == DMG_FALL )
    {
        
set_hudmessage(0100200, -1.0, -1.00_3.00.0010.001, -1)
        
show_hudmessage(id"You should have take %.0f damage"flDamage)
        
SetHamReturnInteger(0)
        return 
HAM_SUPERCEDE
    
}
    return 
HAM_IGNORED

__________________

deadman909 is offline
Send a message via MSN to deadman909 Send a message via Yahoo to deadman909
Ang52
Member
Join Date: Jan 2012
Old 01-22-2012 , 12:55   Re: [Request] : 2 Plugins
Reply With Quote #5

i found the no fall damage.

Connor i will explain better:

i want a auto friendlyfire on.

but when player hit is teammate it will not damage.
Ang52 is offline
deadman909
Veteran Member
Join Date: Oct 2008
Old 01-22-2012 , 12:56   Re: [Request] : 2 Plugins
Reply With Quote #6

Quote:
Originally Posted by Ang52 View Post
i found the no fall damage.

Connor i will explain better:

i want a auto friendlyfire on.

but when player hit is teammate it will not damage.
Than what is the point of it being on in the first place? The point of friendly fire on is so teammates are able to hurt one another.
__________________


Last edited by deadman909; 01-22-2012 at 12:57.
deadman909 is offline
Send a message via MSN to deadman909 Send a message via Yahoo to deadman909
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 01-22-2012 , 12:56   Re: [Request] : 2 Plugins
Reply With Quote #7

I've understood what you are asking, just wondering why you don't want to set mp_friendlyfire 0.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Ang52
Member
Join Date: Jan 2012
Old 01-22-2012 , 13:27   Re: [Request] : 2 Plugins
Reply With Quote #8

just give me the plugin please i can't give you more information.
Ang52 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 01-22-2012 , 14:20   Re: [Request] : 2 Plugins
Reply With Quote #9

He gave you the answer already.

Quote:
2. mp_friendlyfire 0
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
OxfordL
Member
Join Date: Nov 2011
Location: Paris
Old 01-22-2012 , 14:31   Re: [Request] : 2 Plugins
Reply With Quote #10

Ang52 It's not a plugin it's a config in server.cfg
OxfordL 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 11:19.


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