Raised This Month: $ Target: $400
 0% 

JUMP


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 04-08-2009 , 05:40   Re: JUMP
#6

Quote:
Originally Posted by Starsailor View Post
test this
PHP Code:
#include <amxmodx> 
#include <hamsandwich> 
#include <cstrike> 
#include <fakemeta> 
 
 
public  plugin_precache() 

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

 
public 
skok(idvictiminflictorattackerFloat:damagedamage_type)

    if (!(
damage_type DMG_FALL)) 
        return  
HAM_IGNORED
 
    if(
cs_get_user_team (id) != CS_TEAM_T
        return  
HAM_IGNORED
 
    return 
HAM_SUPERCEDE

Why did you write "!= CS_TEAM_T" when originally it was "== CS_TEAM_T"?
__________________
hleV is offline
 



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