So you don't like seeing "This server is using Admin Mod" every 10 minutes eh? Well here is the quick and dirty on how to personalize your server message.
Open the admin.sma in a text editor. Search within the file for the first line that contains "say_stuff" (without the quotes). You should find the following code:
code: public say_stuff() { centersay("This server is using Admin Mod",10,0,255,0); }
The line containing the centersay is what we are after. You can change the text inside the quotes to be any message you want.
Do not make this message so long that it will have to wrap and fill multiple lines on a client! If you do, the clients will crash!
Admin Mod v2.08 had a limit of 100 characters to the text that can be placed in a centersay. In future versions (2.09 and above), the limit was increased to 500 characters. In order to keep the lines short enough so that the clients don't crash, you can use the ^n character within your strings to cause the following text to wrap to a new line.
Now we just need to save the script, compile it and install it to our server for testing. Need help with that? Check out the FAQ for details.
-[ Dio ]-
|