Quote:
Originally Posted by xbatista
Still buggy, when 7 terrors left and you will kill all ,it wil write " Preds Left: 1 "
God damn it
Maybe someone can give a good code that will count all tickets from whole terrorist team
|
I still don't get what tickets are :B
I see no logic in 21, 41, 60 as you said above.
Loop through all alive terrorists and add up tickets?
PHP Code:
for( new i = 1 ; i <= g_iMaxPlayers ; i++ )
if ( is_user_alive( i ) && ( get_user_team( i ) == 1 ) )
counted_spawns += g_Tickets[ i ];
__________________