Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0cac8fcf8c | ||
|
|
9134c66117 | ||
|
|
8ff9f9e5e8 |
@@ -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": [
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "Tone_URI",
|
"Name": "Tone_URI",
|
||||||
"DefaultValue": "https://tone.sleepycat.date/v2"
|
"DefaultValue": "https://toneapi.ovh/v2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "Tone_token",
|
"Name": "Tone_token",
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user