Raised This Month: $ Target: $400
 0% 

If the Counter-Terrorists win to transfer them Terrorists


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kostov
Member
Join Date: Jan 2010
Location: Bulgaria, Sofia
Old 06-18-2010 , 12:07   If the Counter-Terrorists win to transfer them Terrorists
Reply With Quote #1

If the Counter-Terrorists win to transfer them Terrorists? Thank you
kostov is offline
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 06-18-2010 , 12:10   Re: If the Counter-Terrorists win to transfer them Terrorists
Reply With Quote #2

Code:
#include < amxmodx > #include < cstrike > public plugin_init( ) {     register_plugin( "CT to T on win", "1.0", "xPaw" );         register_event( "SendAudio", "EventWin_CT", "a", "2=%!MRAD_ctwin" ); } public EventWin_CT( ) {     new iPlayers[ 32 ], iNum, id;     get_players( iPlayers, iNum );         for( new i = 0; i < iNum; i++ ) {         id = iPlayers[ i ];                 switch( cs_get_user_team( id ) ) {             case CS_TEAM_T: cs_set_user_team( id, CS_TEAM_CT );             case CS_TEAM_CT: cs_set_user_team( id, CS_TEAM_T );         }     } }
__________________
xPaw is offline
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 06-18-2010 , 15:33   Re: If the Counter-Terrorists win to transfer them Terrorists
Reply With Quote #3

Counter-Terrorists win to transfer them Terrorists?

xPaw: U got switch the teams?
__________________
Retired.
Xalus is offline
RedRobster
Veteran Member
Join Date: Apr 2010
Location: Your Closet
Old 06-18-2010 , 17:11   Re: If the Counter-Terrorists win to transfer them Terrorists
Reply With Quote #4

So you don't want any Terrorists to be switched to CT?
RedRobster 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 07:19.


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