AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   AMX Mod Migration Support (https://forums.alliedmods.net/forumdisplay.php?f=102)
-   -   Scrolling Messages (https://forums.alliedmods.net/showthread.php?t=56298)

kriszaro 06-10-2007 21:34

Scrolling Messages
 
How to i add scrolling messages to say certain stuff like to tell people what the clan web-site is?

Arkshine 06-10-2007 21:44

Re: Scrolling Messages
 
Take a look in amxx.cfg file. ;)

amx_scrollmsg "message" x ( where x is the frequency in seconds )

kriszaro 06-10-2007 22:06

Re: Scrolling Messages
 
should it look like this?.......


// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255"
amx_imessage "If you want to join clan talk to Hater_Vision" "000255100"
amx_imessage "If you want to scrim our clan talk to Hater_Vision" "000100255"

Arkshine 06-10-2007 22:32

Re: Scrolling Messages
 
// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
amx_scrollmsg "My message" 300
etc..

( 300 = Frequency in seconds of scrolling message. Put what you want )

kriszaro 06-10-2007 23:19

Re: Scrolling Messages
 
LIKE THIS???..............

// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
amx_scrollmsg "My message" 120

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255"
amx_imessage "If you want to join clan talk to Hater_Vision" "000255100"
amx_imessage "If you want to scrim our clan talk to Hater_Vision" "000100255"

Brad 06-11-2007 08:48

Re: Scrolling Messages
 
The "AMX Mod Migration Support" board is not a place where people recently from AMX can post any and all questions. This board is specifically for people having migration issues.

By the way, you can only have one scrolling message unless you edit the code to allow for more or get a 3rd party plugin that allows it.


All times are GMT -4. The time now is 23:35.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.