03.03.2013, 08:28
You're not formatting the client messages are you?
format(str, sizeof(str), "%s(%d) is on a killing spree of %d", pName, playerid, KillingSpree[playerid]);
sendclientmessagetoall(-1, str);
format(str, sizeof(str), "%s(%d) is on a killing spree of %d", pName, playerid, KillingSpree[playerid]);
sendclientmessagetoall(-1, str);

