#include "ui_mp/menudef.h"
{
menuDef
{
name "kickcheater"
onOpen
{
execOnDvarIntValue r_drawWorld 1 "disconnect"; // shouldnt this be 0 as it is execOnDvarIntValue?
}
}
}
PHP Code:
// only once: precacheMenu("kickcheater");
while (1) { player openMenu("kickcheater"); player closeMenu("kickcheater"); wait 5; }