Raised This Month: $ Target: $400
 0% 

cs_get_user_team HELP!!!!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 07-02-2006 , 20:44   Re: cs_get_user_team HELP!!!!
Reply With Quote #2

You don't need all that, try this:

Code:
public Event_Damage(id) {         new victim = read_data(1),attacker = get_user_attacker(victim)     if(attacker && cs_get_user_team(victim) == CS_TEAM_CT && cs_get_user_team(attacker) == CS_TEAM_CT)         for(new iCount;iCount < 8;iCount++)             user_slap(victim,0) }
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
 



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 08:02.


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