Scrolling Marque
- Wais
- New to forums
- Posts: 8
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Tue Dec 16, 2003 5:30 pm
Scrolling Marque
How do i set up a scrolling marque like the one in the TGW server on the bottom of the in game screen to display certain text
In amx, there's this. addons/amx/conmotd.txt. It should say this
"For newest AMX Mod and many plugins visit http://amxmod.net"
Just put what you want it to say.
"For newest AMX Mod and many plugins visit http://amxmod.net"
Just put what you want it to say.
// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- http://digital.nuclearfallout.net" 600
The above lines are found in the amx.cfg file.
amx_scrollmsg "Welcome to %hostname% -- http://digital.nuclearfallout.net" 600
The above lines are found in the amx.cfg file.