27.03.2012, 15:26
(
Последний раз редактировалось BRICS; 07.05.2013 в 11:07.
)
The script sends chat messages, depending on the parameters. See the example:
The example Database Script

[ID = message|parameter|interval(if it's necessary)]
Parameter's list:
Features:
* Messages loading from .ini file
* Use one timer
* Creating Databases with the pattern in her absence
* Fool-protection: You can not set the wrong values for the messages
Compatibility:
WINDOWS | LINUX
hours: YES | YES
seconds: YES |YES
minutes: YES |YES
spawn: YES |YES
death: YES |Probably not
connect: YES |Probably not
Example of use:
Author: BRICS
Credits: MX_MASTER (MxINI)
Download: DropBox
The example Database Script
Код:
0 = This message is sent when a player connect|connect 1 = This message is sent when a player spawn|spawn 2 = This message is sent every 10 seconds|seconds|10 3 = This message is sent every minute|minutes|1 4 = This message is sent when a player death|death 5 = This message is sent every 1 hour|hours|1

[ID = message|parameter|interval(if it's necessary)]
Parameter's list:
Код:
second - sending a message to the chat every Х seconds minutes - sending a message to the chat every Х minutes hours - sending a message to the chat every Х hours death - sending a message when a Player death spawn - sending a message when a Player spawn connect - sending a message when a Player connect
* Messages loading from .ini file
* Use one timer
* Creating Databases with the pattern in her absence
* Fool-protection: You can not set the wrong values for the messages
Compatibility:
WINDOWS | LINUX
hours: YES | YES
seconds: YES |YES
minutes: YES |YES
spawn: YES |YES
death: YES |Probably not
connect: YES |Probably not
Example of use:
Quote:
0 = {00ff00}Welcome to {ffff00}[SERVERNAME]|connect 1 = {00ff00}Dear players. Visit our website, "siteehample.com"|minutes|4 2 = {00ff00}Good luck on our server|minutes|4 3 = You playing on [SERVERNAME]|hours|1 |
Credits: MX_MASTER (MxINI)
Download: DropBox