Raised This Month: $ Target: $400
 0% 

plz help want plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
boy9099
New Member
Join Date: Dec 2010
Old 01-24-2011 , 07:19   plz help want plugin
Reply With Quote #1

hello ,,

i have a surf server i want a surf plugin the when u hit the ground u dont get

damage

hope u help me...
boy9099 is offline
reinert
Veteran Member
Join Date: Feb 2007
Old 01-24-2011 , 07:26   Re: plz help want plugin
Reply With Quote #2

Try to search for No fall damage, also you should't post plugin suggestions in off topic section :0
reinert is offline
boy9099
New Member
Join Date: Dec 2010
Old 01-24-2011 , 07:32   Re: plz help want plugin
Reply With Quote #3

am new to site :L
boy9099 is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 01-24-2011 , 07:50   Re: plz help want plugin
Reply With Quote #4

mp_falldamage 0 ?
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
boy9099
New Member
Join Date: Dec 2010
Old 01-24-2011 , 07:51   Re: plz help want plugin
Reply With Quote #5

i tried it didnt work why?
boy9099 is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 01-24-2011 , 07:57   Re: plz help want plugin
Reply With Quote #6

I have no idea

edit: Try this
PHP Code:
#include <amxmodx>
#include <hamsandwich>

#define VERSION "0.1"
#pragma semicolon 1


public plugin_init()
{
    
register_plugin("No Fall Damage"VERSION"Drekes");
    
    
RegisterHam(Ham_TakeDamage"player""FwdTakeDamagePlayerPre"0);
}

public 
FwdTakeDamagePlayerPre(victiminflictorattackerFloatDamageDmgBits)
    return (
DmgBits DMG_FALL) ? HAM_SUPERCEDE HAM_IGNORED
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.

Last edited by drekes; 01-24-2011 at 08:02.
drekes is offline
Send a message via MSN to drekes
NAQQASH
Senior Member
Join Date: Dec 2010
Old 01-24-2011 , 08:03   Re: plz help want plugin
Reply With Quote #7

Quote:
Originally Posted by reinert View Post
Try to search for No fall damage
https://forums.alliedmods.net/showthread.php?t=23824

Quote:
Originally Posted by drekes View Post
mp_falldamage 0 ?
Before doing that you'd probably need above plugin, I guess.

PS:
Quote:
Originally Posted by drekes View Post
I have no idea

edit: Try this
PHP Code:
#include <amxmodx>
#include <hamsandwich>

#define VERSION "0.1"
#pragma semicolon 1


public plugin_init()
{
    
register_plugin("No Fall Damage"VERSION"Drekes");
    
    
RegisterHam(Ham_TakeDamage"player""FwdTakeDamagePlayerPre"0);
}

public 
FwdTakeDamagePlayerPre(victiminflictorattackerFloatDamageDmgBits)
    return (
DmgBits DMG_FALL) ? HAM_SUPERCEDE HAM_IGNORED

Huh?
__________________
Bye bye AlliedModders.
NAQQASH is offline
boy9099
New Member
Join Date: Dec 2010
Old 01-24-2011 , 08:06   Re: plz help want plugin
Reply With Quote #8

ya i put the plugin then i wrote the cvar but nothing happend !
boy9099 is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 01-24-2011 , 08:16   Re: plz help want plugin
Reply With Quote #9

are you sure the plugin is running ?
And in VEN's plugin he says to write the mp_falldamage in a cfg file like server.cfg.
I suggest you try that.

@NAQQASH:
I tested that and it seems to work.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
boy9099
New Member
Join Date: Dec 2010
Old 01-24-2011 , 08:19   Re: plz help want plugin
Reply With Quote #10

wich file??
boy9099 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 06:57.


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