change welcome message

This commit is contained in:
2023-03-12 12:32:51 +01:00
parent d8338466bf
commit f623e4f523
+2 -1
View File
@@ -102,7 +102,8 @@ Parameter function NewParameter(string name, string value) {
string prefix = "\x1b[38;5;81m[TONE API]\x1b[0m " string prefix = "\x1b[38;5;81m[TONE API]\x1b[0m "
void function JoinMessage(entity player) { void function JoinMessage(entity player) {
Chat_ServerPrivateMessage(player, prefix + "This server collects data using the Tone API. Check your data here: \x1b[34mtoneapi.com/" + player.GetPlayerName()+ "\x1b[0m", false, false) //Chat_ServerPrivateMessage(player, prefix + "This server collects data using the Tone API. Check your data here: \x1b[34mtoneapi.com/" + player.GetPlayerName()+ "\x1b[0m", false, false)
Chat_ServerPrivateMessage(player, prefix + "This server collects data using the WIP Tone API. A way to fetch your kill stats will come soon!", false, false)
} }
void function killstat_Begin() { void function killstat_Begin() {