in the control panel under easy setup there is a Repeating message option.. is there any way to get 2 or 3 differnt repeating messages? if so how do i do it?
thanks
Repeating message
-
- New to forums
- Posts: 12
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon Nov 06, 2006 8:30 pm
You can edit the addons/amxmodx/configs/amxx.cfg through your file manager and find this:
amx_imessage
Just add other amx_imessage's with different content and you should have it cycle between the messages.
For example:
amx_imessage
Just add other amx_imessage's with different content and you should have it cycle between the messages.
For example:
Code: Select all
amx_imessage "Visit www.nuclearfallout.net and #nuclearfallout" "000100255"
amx_imessage "Support available on live chat and on IRC in #nfo-support" "000100255"
-Nick