Skip to content

Frequently Asked Questions

Sean Lewis edited this page Jul 13, 2015 · 6 revisions

Frequently Asked Questions

This page is meant for commonly asked questions that aren't answered in the README.

How do I change the game cvars set by the plugin?

Edit them in cfg/sourcemod/multi1v1/game_cvars.cfg.

How can I disable pistols in non-pistol rounds?

In cfg/sourcemod/multi1v1/multi1v1.cfg, set:

  • sm_multi1v1_pistol_behavior 0

How can I disable pistols in AWP rounds only?

In cfg/sourcemod/multi1v1/multi1v1.cfg, set:

  • sm_multi1v1_pistol_behavior 3
  • sm_multi1v1_default_pistol ""

I don't have a MySQL database, can I still get player stats?

No, they can only be stored via MySQL currently.