11.08.2010, 15:16
this is it
PHP код:
if(gTeam[playerid] == TEAM_SWAT)//line 898
{
teamScore[i][TEAM_SWAT]++;//line 900
if(teamScore[i][TEAM_SWAT] >= 50)//line 901
{
GameTextForAll("~w~Corleones Won",5000,0);//line 903
SetTimer("EndGM", 10000,0);
}
}

