PDA

View Full Version : Scroll Message Problems.


3pidemiC
03-23-2007, 08:09 PM
So far, you guys have all been a big help, and I thank you.

Another problem that I am having is that for some reason, the scroll messages will not display on my server. I don't understand why because I did not change anything besides adding more to the list. Any help would be appreciated.

What it looks like in my config:
// Frequency in seconds and text of scrolling message
amx_scrollmsg "Looking To Get Recruited? Visit www.c2-gaming.net and Apply On the Forums!" 60
amx_scrollmsg "People Who Help Populate the Server Regularly Get Free Admin!" 120
amx_scrollmsg "Questions? Concerns? Feel free to contact an admin!" 120
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600

Allenwr
03-23-2007, 08:22 PM
you only get one, if you refering to the message to the bottum....

3pidemiC
03-23-2007, 08:25 PM
Oh! Is that what it is? Wow, that makes sense.

What about messages that appear as just plain text where the chat messages are?

Allenwr
03-23-2007, 08:27 PM
theres a limit on those too, but there is a way to change it... the limit that is.

3pidemiC
03-23-2007, 08:30 PM
Where can you edit those type of messages though? I can't see it in the cfg.

diamond-optic
03-23-2007, 08:56 PM
there isnt anything with amxx (by default) that prints msgs to the chat automatically..

theres only:

amx_imessage (hud msg in roughly the center of the screen)
and
amx_scrollmsg (hud msg that scrolls on bottom of screen)

|OnEHiTwOnDeR|SoCal
03-24-2007, 01:47 AM
Diamond ur loops plugin can come in handy to this guy, but i wont give it without ur permission lol

diamond-optic
03-24-2007, 10:49 PM
what loops plugin?

|OnEHiTwOnDeR|SoCal
04-05-2007, 07:11 AM
what loops plugin?


lmao shit nevermind coulve swore it was urs but it was Kost who made it lmao my bad

3pidemiC i tried to find it again but wasnt successful to find the sma because it was gone off the amxmodx database. I have the .amxx file so download at your own will since i know that its not too appropriate to post just amxx files.

www.ivxx.clanservers.com/loopcmds.ini - this file goes into ur amxmodx/configs directory and u can edit it to your likes

www.ivxx.clanservers.com/loopcmds.amxx - the actual plugin, it goes into addons/amxmodx/plugins

Now note in the loopcmds.ini u can have it say either

"amx_say"
"amx_tsay"
"say"
"amx_chat" - jsut so admins see it if u want them to be aware of something at all times

so u can have something like: 15.0 "say THIS SERVER GOT PLUGINS FROM DODPLUGINS.NET" and itd say that every 15 sec

the file ini has my say commands so u can see them as examples as well