21.01.2012, 22:00
You must add
if(0 <= killerid <= MAX_PLAYERS-1)
or
if(killerid != INVALID_PLAYER_ID)
then stats killerid ++ because if player dies /kill or explode killerid == 65565 so Your pInfo[65565 max is MAX_PLAYERS][Kills] will crash
if(0 <= killerid <= MAX_PLAYERS-1)
or
if(killerid != INVALID_PLAYER_ID)
then stats killerid ++ because if player dies /kill or explode killerid == 65565 so Your pInfo[65565 max is MAX_PLAYERS][Kills] will crash