X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcmd.qh;h=bb97f0d0b17cf18926d1d0c05a996d4a515e116e;hb=cb4562368c1036da341ebb45de0919c0beeedf72;hp=3eabab763342053c83c5dfc7a2e1e3e8d0ffb703;hpb=d1ec6cd7b36e2c16817720fe5cce775fc3d26357;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/cmd.qh b/qcsrc/server/command/cmd.qh index 3eabab763..bb97f0d0b 100644 --- a/qcsrc/server/command/cmd.qh +++ b/qcsrc/server/command/cmd.qh @@ -1,21 +1,11 @@ -#ifndef CMD_H -#define CMD_H +#pragma once -// ================================================= -// Declarations for server side networked commands -// Last updated: December 26th, 2011 -// ================================================= +float autocvar_sv_clientcommand_antispam_time; +int autocvar_sv_clientcommand_antispam_count; .float cmd_floodtime; -.float cmd_floodcount; -.float lms_spectate_warning; -.float checkfail; -// number of monsters spawned with mobspawn command -float totalspawned; - -string MapVote_Suggest(string m); +string MapVote_Suggest(entity this, string m); // used by common/command/generic.qc:GenericCommand_dumpcommands to list all commands into a .txt file void ClientCommand_macro_write_aliases(float fh); -#endif