Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
How to change ExtraPoints for killing spree not counted until the end of the round but until the death of the player and then reward player for double, triple.. mega kill points?
I will try your module. Earlier I used this piece of code to set the contribution score:
public Action Event_OnRoundPostStart(Event hEvent, const char[] sName, bool bDontBroadcast)
{
for(int iClient = 1; iClient <= MaxClients; iClient++)
{
if(IsClientInGame(iClient)...