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

Help Edit no fall damage


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-17-2020 , 11:52   Help Edit no fall damage
Reply With Quote #1

Hi, can someone edit this if u want NoFallDamage
Quote:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <reapi>

#progma semicolon 1

#define PLUGIN "No Fall Damage"
#define VERSION "1.0"
#define AUTHOR "null"


public plugin_init() {
register_plugin("No Fall Damage", "1.0", "null")
RegisterHookChain(RG_CSGameRules_FlPlayerFall Damage, "FwdTakeDamagePost", 1);
}

public FwdTakeDamagePost() {
SetHookChainReturn(ATYPE_FLOAT, 0.0);
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ ansicpg1252\\ deff0\\ deflang1033{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ f0\\ fs16 \n\\ par }
*/
Mohamed null is offline
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 10-17-2020 , 17:01   Re: Help Edit no fall damage
Reply With Quote #2

PHP Code:
#include <amxmodx>
#include <hamsandwich>
#include <engine>

#define PLUGIN "No Fall Dmg"
#define VERSION "0.0.1"
#define AUTHOR "Supremache"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
RegisterHam(Ham_TakeDamage"player""ham_TakeDamage")
}

public 
ham_TakeDamageDamagebits )
{
    if ( 
Damagebits DMG_FALL )
    {
        return 
HAM_SUPERCEDE;
    }
    return 
HAM_IGNORED;

__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.
Supremache is offline
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-17-2020 , 17:03   Re: Help Edit no fall damage
Reply With Quote #3

Thx bro
Can u make to me
Neox Gun Vip ?
models/neox/neox.mdl
say /neox
say_team /neox
amx_neox "NAME"
Neox 10 fire on zombie
zombie got freeze 5 sec and got -5speed
Mohamed null is offline
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-17-2020 , 17:05   Re: Help Edit no fall damage
Reply With Quote #4

Love u bro I have models/neox/v_neox.mdl + p_neox.mdl
Mohamed null is offline
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 10-17-2020 , 17:06   Re: Help Edit no fall damage
Reply With Quote #5

Where's that plugin "Neox Gun" ?!!
I made this plugin for freeze players 10 sec every first round
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.
Supremache is offline
Mohamed null
BANNED
Join Date: Sep 2020
Location: Algeria
Old 10-17-2020 , 17:09  
Reply With Quote #6

OMG OWNER PLUGINS
yes bro omg
i want it <3

not countdown
is gun

This is
bullet blue not golden
when u fire zm 10 fire
Zombie got freeze 5 sec and got slow
OK BRO ?
say /neox
say_team /neox
Attached Images
File Type: jpg bandicam 2020-10-17 22-10-38-267.jpg (63.2 KB, 40 views)

Last edited by asherkin; 10-18-2020 at 18:22.
Mohamed null 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 02:56.


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