14.08.2010, 23:58
I think he means
1: That if(killerid != INVALID_PLAYER_ID) is incorrect (try something else maybe if killerid == playerid then its suicide, else its kill or something like that).
2: Try instead of PlayerInfo[killerid][pDeaths] += 1;
PlayerInfo[killerid][pDeaths]++;
1: That if(killerid != INVALID_PLAYER_ID) is incorrect (try something else maybe if killerid == playerid then its suicide, else its kill or something like that).
2: Try instead of PlayerInfo[killerid][pDeaths] += 1;
PlayerInfo[killerid][pDeaths]++;

