View Single Post
Author Message
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 05-16-2014 , 07:40   [ANY] Ultimate Welcome
Reply With Quote #1

Ultimate Welcome


Description:
I've seen multiple plugins that offer a welcome message for users. I decided to take that idea and expand on it into one plugin. This plugin basically offers what most other plugins offer and more features added onto it. This is the kind of plugin you would want to use if you have multiple uses for welcome messages.

Differences from other plugins:
- This has the 'MoreColors' extension support built in so you can setup colored messages using tags.
- This has 2 loading modes! 1st is translation loading which loads up text from the translation file so it has support for multiple languages and the 2nd is just a ConVar for simplicity.
- You can setup a tag as the prefix without having to change around the welcome text itself.

ConVars:
  • Ultimate_Welcome_version - Version Control
  • sm_ultimatewelcome_status - 1 - Status of the plugin: (1 = on, 0 = off)
  • sm_ultimatewelcome_load - 0 - Type of message loading: (1 = 'message' ConVar, 0 = Translations)
  • sm_ultimatewelcome_tag - [SM] - Tag to Use: (Blank = No Tag, max 32 characters)
  • sm_ultimatewelcome_message - Welcome to our server %N! - If load is set to 1, use this instead. (%N is replaced with clients name)
  • sm_ultimatewelcome_sound - '' - Play a Sound on connect: (blank = disabled, relative to sound folder - 'folder/play.wav')
  • sm_ultimatewelcome_timer - 5 - Time after a client is put into the server to show messages: (0 = Instant)
Includes:
  1. More Colors
  2. AutoExecConfig

Installation Guide:
  1. Download & unzip package below.
  2. Place SMX file into 'plugins' & phrases into 'translations'.
  3. Type 'sm plugins load Ultimate_Welcome' into console.
  4. Visit configurations folder and find 'Ultimate_Welcome.cfg' and edit it to your liking.
  5. Reload configuration file with 'exec cfg/Ultimate_Welcome' or just reload the plugin again.

Code Repository | Download | Report Bugs | Donate

Last edited by Drixevel; 03-01-2017 at 17:10.
Drixevel is offline