Raised This Month: $ Target: $400
 0% 

JUMP


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
spedd
Junior Member
Join Date: Apr 2009
Old 04-07-2009 , 18:16   JUMP
#1

Hi I have a problem that the plugin I wrote after the terrorists do not jump from a height hp and I took some issue can someone fix it?

PHP Code:
#include  <amxmodx> 
#include <hamsandwich> 
#include  <hlsdk_const> 
#include <cstrike> 


public  plugin_precache() 

register_plugin("Hp Skok""1.0""Autor")  
RegisterHam(Ham_TakeDamage"player""skok"


public 
skok(idvictiminflictorattackerFloat:damagedamage_type)
  
damage_type

if (!(
damage_type DMG_FALL)) 
return  
HAM_IGNORED

if(
cs_get_user_team (id) == CS_TEAM_T
return  
HAM_IGNORED
  
return 
HAM_SUPERCEDE


Last edited by spedd; 04-07-2009 at 18:21.
spedd is offline
 


Thread Tools
Display Modes

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:26.


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