Thread: Scrolling Text
View Single Post
Plugin Info:     Modification:          Category:          Approver:   danielkza (6)
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 03-15-2009 , 08:36   Scrolling Text
Reply With Quote #1

Scrolling Text




.: Description :.


Based on imessage plugin, this plugin displays scrolling centered messages (like Terrorists Win message).



.: Commands :.

  • amx_scrolltext < put your message here >
    Set a message
    You can put the keyword %hostname% in the sentence and it will be replaced with the server name.



.: Cvars :.

  • amx_scrolltext_freq < value >
    Time in seconds between 2 messages (dft 180)



.: Requirements :.

  • Fakemeta
  • HamSandwich



.: Config Example :.


You can put something like this in amxx.cfg :
Code:
// Center typed scrolling text messages
amx_scrolltext "Welcome to %hostname%"
amx_scrolltext "This server is using AMX Mod X, Visit http://www.amxmodx.org"

// Frequency in seconds scrolling text messages
//
// Default value: 180
amx_scrolltext_freq 180
Attached Files
File Type: sma Get Plugin or Get Source (scrolling_text.sma - 3604 views - 3.6 KB)
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 03-15-2009 at 09:10.
ConnorMcLeod is offline