2023-10-24 10:16:45 -04:00
|
|
|
#pragma once
|
|
|
|
#include "Main.hpp"
|
|
|
|
|
2023-10-25 13:26:27 -04:00
|
|
|
void addCustomCmds();
|
|
|
|
|
2023-10-24 10:16:45 -04:00
|
|
|
inline utils::hook::detour g_cmdsmp_clientcommand;
|
|
|
|
void G_CmdsMP_ClientCommand_Detour(int clientNum);
|
|
|
|
|
|
|
|
void set_byte_f();
|
|
|
|
|
|
|
|
void set_short_f();
|
|
|
|
|
|
|
|
void set_int_f();
|
|
|
|
|
|
|
|
void set_float_f();
|
|
|
|
|
|
|
|
void set_pointer_f();
|
|
|
|
|
|
|
|
void Cmd_Quit_f();
|
|
|
|
|
|
|
|
void Cmd_OpenMenu_f();
|
|
|
|
|
|
|
|
void Cmd_AddBot_f();
|
|
|
|
|
|
|
|
void SV_CmdsMP_MapRestart_f();
|
|
|
|
|
|
|
|
void SV_CmdsMP_FastRestart_f();
|
|
|
|
|
|
|
|
void Cmd_DDLDump_f();
|
|
|
|
|
|
|
|
void Cmd_WeaponDefDump_f();
|
|
|
|
|
|
|
|
void Cmd_ViewVehicleEnts_f();
|
|
|
|
|
2023-10-25 13:26:27 -04:00
|
|
|
void Cmd_LoadoutSave_f();
|
|
|
|
|
|
|
|
void Cmd_UnlockAll_f();
|