Skip to content

Instantly share code, notes, and snippets.

@rumblefrog
Created January 8, 2017 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rumblefrog/7c6fdc56b56b45970cc11d991990f61c to your computer and use it in GitHub Desktop.
Save rumblefrog/7c6fdc56b56b45970cc11d991990f61c to your computer and use it in GitHub Desktop.
RegisterCommands()
{
RegServerCmd("tf_dodgeball_explosion", CmdExplosion, "", 0);
RegServerCmd("tf_dodgeball_shockwave", CmdShockwave, "", 0);
RegAdminCmd("db_setrocket", CmdRocketCount, ADMFLAG_SLAY);
RegAdminCmd("db_setspeed", CmdRocketSpeed, ADMFLAG_SLAY);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment