06.08.2013, 10:46
Good, but check whether the killerid is valid player or not. It can cause crashes:
Let's say, you die by falling. The killerid will be INVALID_PLAYER_ID (65535) and that's out of bounds.
The same goes for the rest if statements.
pawn Code:
Spree[killerid]++;
The same goes for the rest if statements.