Raised This Month: $ Target: $400
 0% 

Only 1 Terrorist


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Freezo Begin
BANNED
Join Date: Mar 2014
Location: Morocco
Old 06-28-2014 , 19:21   Re: Only 1 Terrorist
Reply With Quote #10

idk if "Ham_TakeDamage" is the best way but i give a try !
Code:
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <hamsandwich> public plugin_init() {     register_plugin("Block Terrorist Kill Ct", "1.0", "Flicker")         RegisterHam(Ham_TakeDamage, "player", "Fwd_PlayerDamage")     } public Fwd_PlayerDamage(victim, ent, attacker, Float:damage, bits) {     if (get_user_team(attacker) == 1 && get_user_team(victim) == 2)     {         return HAM_SUPERCEDE;     }     return HAM_IGNORED; }
Freezo Begin 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 21:08.


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