X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fclientkill.qh;h=5b26adf9150f155caa4551c6a08e9b0fcdcb56e7;hb=139ed1d1cfe2379834d7c49c67129bb9f75cd3f7;hp=33c4adb5ab94c7d7e879fffd4eff955999d2b60c;hpb=03a5b5158f37b12a04ade2f4c1f482c90e53f7a0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/clientkill.qh b/qcsrc/server/clientkill.qh index 33c4adb5a..5b26adf91 100644 --- a/qcsrc/server/clientkill.qh +++ b/qcsrc/server/clientkill.qh @@ -7,4 +7,5 @@ void ClientKill_Now_TeamChange(entity this); void ClientKill_Now(entity this); void KillIndicator_Think(entity this); void ClientKill_TeamChange(entity this, float targetteam); // 0 = don't change, -1 = auto, -2 = spec +void ClientKill_Silent(entity this, float _delay); void ClientKill(entity this);