Check if player is in winning or losing team
Hello all!
http://forums.alliedmods.net/showthread.php?t=184188 What is name of this function in amxx ? AND.. How a can mark a team? .. count of total wins of T and CT .. if wins(CS_TEAM_CT) > wins(CS_TEAM_T) { CS_TEAM_CT = WIN_TEAM //mark CT as a win team } ? :) |
Re: Check if player is in winning or losing team
register_event( "SendAudio", "eT_win" , "a", "2&%!MRAD_terwin" );
register_event( "SendAudio", "eCT_win", "a", "2&%!MRAD_ctwin" ); public eT_win() { } public eCT_win() { } |
Re: Check if player is in winning or losing team
Thank you!
|
| All times are GMT -4. The time now is 13:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.