AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Check if player is in winning or losing team (https://forums.alliedmods.net/showthread.php?t=205327)

alonelive 01-09-2013 13:19

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
}
? :)

AngeIII 01-09-2013 13:27

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()
{

}

alonelive 01-09-2013 14:08

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.