Gundawg21 It has to do more with this line in zm_bo2_bots
// Deduct points
self maps\mp\zombies_zm_score::minus_to_player_score(950);
To solve the problem you need to replace the number 950 to 0.
Gundawg21 It has to do more with this line in zm_bo2_bots
// Deduct points
self maps\mp\zombies_zm_score::minus_to_player_score(950);
To solve the problem you need to replace the number 950 to 0.