2 Commits
Author SHA1 Message Date
legonzaur 0cac8fcf8c edit welcome message to use hostname 2023-09-03 13:49:49 +02:00
legonzaur 9134c66117 change version number 2023-09-03 13:49:42 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"Name": "fvnkhead.killstat", "Name": "fvnkhead.killstat",
"Description": "Gather kill statistics and sends them to Tone API server.", "Description": "Gather kill statistics and sends them to Tone API server.",
"Version": "3.0.2", "Version": "3.0.4",
"LoadPriority": 1, "LoadPriority": 1,
"RequiredOnClient": false, "RequiredOnClient": false,
"ConVars": [ "ConVars": [
+1 -1
View File
@@ -64,7 +64,7 @@ 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. View statistics at https://toneapi.github.io/ToneAPI_webclient/", false, false) Chat_ServerPrivateMessage(player, prefix + "This server collects data using the WIP Tone API. View statistics at https://toneapi.ovh", false, false)
} }
void function killstat_Begin() { void function killstat_Begin() {