View Single Post
kriszaro
New Member
Join Date: Dec 2005
Old 06-10-2007 , 23:19   Re: Scrolling Messages
#5

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"
kriszaro is offline