Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sv_deathmatch.qc
Go to the documentation of this file.
1#include "sv_deathmatch.qh"
2
3MUTATOR_HOOKFUNCTION(dm, Scores_CountFragsRemaining)
4{
5 // announce remaining frags
6 return true;
7}
#define MUTATOR_HOOKFUNCTION(...)
Definition base.qh:335