This has been moved to my basic resources repository: https://github.com/VortrexFTW/gtac_vortrex
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuServer spam or listing multiple entries for the same or similar servers.
Server spam
The second rule above does not include the same servers for different games. This means that if you run server for 2 or more games that have the same name and information, it does not violate this rule.
<modules>
<module src="modules/mod_bell" />
</modules
if(chatMessage.indexOf("!admin") != -1) {
module.bell.ring();
}
bool = module.bell.ring(void);
<modules>
<module src="modules/mod_smtp" />
</modules
module.smtp.send("smtp.yourmailserver.com, 465, true, "yourusername", "yourpassword", "[email protected]", "Firstname Lastname", "Testing", "Testing the email module!", "[email protected]", "Firstname Lastname");
void module.smtp.send(string host, int port, bool useTLS, string smtpUser, string smtpPassword, string toEmail string toName, string subject, string body, string fromEmail, string fromName);
Any modified server executables or other third party tools that have the capability to add servers to the server list.
Any modified server executables or other third party tools that have the capability to add servers or fake/misleading info to the server list.
False/misleading info as mentioned in the first entry of the list is any false or altered information that might mislead players. This includes (but is not limited to): altered player count and/or list to add fake players, changed server version number found in rules section at the bottom in the launcher and generally anything else that any third-party, modified server, or custom tool could intercept and/or relay false data from.