| // SingleWeapon release 1 options |
| // ./addons/eventscripts/singleweapon/singleweapon.cfg |
| // <!-- m --><a class="postlink" href="http://addons.eventscripts.com/addons/view/singleweapon">http://addons.eventscripts.com/addons/view/singleweapon</a><!-- m --> |
| |
| // Load this addon with: es_load singleweapon |
| |
| |
| // To configure language settings for SingleWeapon please see singleweapon_languages.ini |
| |
| |
| // ***** General options ***** |
| |
| // 0 = no change, 1 = allow knife in addition to round weapon |
| singleweapon_knife 1 |
| |
| // Amount of armor players receive at the start of each round |
| singleweapon_armor 100 |
| |
| // 0 = no change, 1 = players receive an HE grenade each round |
| singleweapon_hegrenade 0 |
| |
| // Number of flashbangs players receive each round |
| singleweapon_flashbang 1 |
| |
| // 0 = no change, 1 = players receive a smoke grenade each round |
| singleweapon_smokegrenade 1 |
| |
| // 0 = no change, 1 = players receive nightvision goggles each round |
| singleweapon_nightvision 1 |
| |
| |
| // Use the following server command to add weapons to SingleWeapon: |
| |
| // singleweapon_add -weapon or tag- |
| |
| // Weapon choices: deagle ak47 scout aug g3sg1 galil famas m4a1 sg552 sg550 m249 awp tmp mp5navy glock elite m3 xm1014 usp mac10 ump45 p228 fiveseven p90 knife hegrenade |
| // Weapon tag choices: #all #primary #rifle #sniper #smg #shotgun #secondary #pistol |
| |
| |
| // Place your singleweapon_add commands below: |
| |
| |
| // Uncomment the following default options if you wish to use them: |
| |
| // singleweapon_add #primary |
| // singleweapon_add usp |
| // singleweapon_add deagle |
| |
| |
| // Weapons can be removed with the following server command: |
| |
| // singleweapon_remove -weapon or tag- |
| |
| // Due to the fact weapons can be added and removed above, this command will not be used by most users. |
| |
| |
| // ***** Admin options ***** |
| |
| // Say command to open SingleWeapon admin menu--set to "none" to eliminate |
| singleweapon_trigger "!swadmin" |
| |
| // 0 = no change, 1 = announce menu trigger to authorized players on the console at the beginning of each round, 2 = announce menu trigger to authorized players in chat area at the beginning of each round |
| singleweapon_trigger_announce 2 |
| |
| |
| // Use the following server command to add SingleWeapon admins: |
| |
| // singleweapon_addadmin -"SteamID"- |
| |
| // When on a LAN use LAN_-name-. |
| // If you use an auth provider the singleweapon_admin permission will allow players to use the menu. |
| // That permission is automatically granted to the ADMIN level. |
| |
| |
| // Place your singleweapon_addadmin commands below: |
| |
| |
| // Uncomment the following default options if you wish to use them: |
| |
| // singleweapon_addadmin "LAN_SUPERDAVE" |
| // singleweapon_addadmin "STEAM_0:0:0000" |
| |
| |
| // The following server command can be used to remove SingleWeapon admins: |
| |
| // singleweapon_removeadmin -"SteamID"- |
| |
| // Due to the fact SingleWeapon admins can be added and removed above, this command will not be used by most users |