01.02.2014, 19:48
Quote:
No offense, but it's bad coded. Killing your own teammates would count as valid kill (abusive) plus using OnPlayerUpdate for something such as this is horrible.
pawn Код:
pawn Код:
|
and for the OnPlayerDeath Part
just add a &&
pawn Код:
if(gTeam[playerid][TEAM_TERRORIST] == 1 && gTeam[killerid][TEAM_ARMY])
{
..............................
//and so on