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

[HELP]


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Erdener
Senior Member
Join Date: Apr 2010
Location: Turkey
Old 05-01-2011 , 11:21   [HELP]
Reply With Quote #1

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

public plugin_init()
{
    
register_plugin("Choose a name...""1.0""thony")
    
register_event("DeathMsg""hook_death""a")
}
public 
hook_death()
{
    new 
iKiller read_data(1)
    new 
iVictim read_data(2)
    
    if(
cs_get_user_team(iKiller) == CS_TEAM_T)
        if(
cs_get_user_team(iVictim) == CS_TEAM_CT)
            
cs_set_user_team(iVictimCS_TEAM_TCS_T_LEET)


The round doesn't end?

http://i55.tinypic.com/24pcj8x.jpg
__________________
Erdener is offline
pRoxxxDD
Junior Member
Join Date: Feb 2011
Location: Ukraine
Old 05-01-2011 , 11:49   Re: [HELP]
Reply With Quote #2

And why should it end?
__________________
pRoxxxDD is offline
Erdener
Senior Member
Join Date: Apr 2010
Location: Turkey
Old 05-01-2011 , 15:08   Re: [HELP]
Reply With Quote #3

Wtf! the game doesn't end this way
__________________
Erdener 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 11:48.


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