Page 1 of 1

Scrolling Text

Posted: Mon Nov 22, 2021 9:32 am
by greenie
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
get plugin
get source