Author Topic: Warmup Round - SourceMod  (Read 7530 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Warmup Round - SourceMod
« on: December 29, 2009, 06:01:17 PM »
Home & Download

General:

A while ago I promised some people I would at write a working warmup plugin, since the current ones are all "unapproved". I realize Liam has a warmup round in his weapon restrictions plugin, but even that has some outstanding issues. So this one is basic and standalone.

I'm happy to take feature requests for this, so long as they aren't outrageous. Simple is good sometimes. =)

Info:

You can configure the warmup time length, whether or not to respawn the players, and the weapon they will recieve for the duration of the warmup round. If you give them a hegrenade, it will be unlimited. The unlimited nades are a blast with LDuke's flaming SuperNades

Usage:

Sit back and have fun.

Installation:


Download the zip file and extract into your /cstrike/ directory.

Manual Installation:

    * Copy warmup.smx to addons/sourcemod/plugins/
    * Copy warmup.phrases.txt to addons/sourcemod/translations/
    * Copy warmup.sp to addons/sourcemod/scripting/

The plugin will automatically create your config (warmup.cfg) file in: /cstrike/cfg/sourcemod/

Configuration:

    * sm_warmupround_enabled: Enables or disables the plugin (Default: 1)
    * sm_warmupround_time: How long should the warmup round last. (Default: 30 seconds)
    * sm_warmupround_respawn: Automatically respawn players during warmup. (Default: 1)
    * sm_warmupround_weapon: Weapon to give during the warmup round. ie: knife, hegrande, p228, deagle, elite, etc. (Default: hegrenade)
    * sm_warmupround_friendlyfire: If you normally use friendly fire, setting this to 1 will disable friendly fire before warmup, and re-enable it after warmup. (Default: 0)
    * sm_warmupround_preexec: Config file to execute prior to warmup starting. File goes in your /cfg/ directory.
    * sm_warmupround_postexec: Config file to execute after warmup has finished. File goes in your /cfg/ directory.
Banner 500x100