24.02.2014, 17:17
Your code resets the KillStreak of the player who dies to 0. If you want to increase the killstreak when a player kills a player then:
pawn Код:
if (killerid != INVALID_PLAYER_ID) Player[killerid][Killstreak]++;