|
@ -62,7 +62,8 @@ stock JSONObject createPayload() { |
|
|
GetClientName(client, name, sizeof(name)); |
|
|
GetClientName(client, name, sizeof(name)); |
|
|
player.SetString("name", name); |
|
|
player.SetString("name", name); |
|
|
/* Score */ |
|
|
/* Score */ |
|
|
player.SetInt("score", GetClientFrags(client)) |
|
|
player.SetInt("score", GetClientFrags(client)); |
|
|
|
|
|
player.SetInt("deads", GetClientDeaths(client)); |
|
|
/* Duration */ |
|
|
/* Duration */ |
|
|
char duration[16]; |
|
|
char duration[16]; |
|
|
int ct = RoundFloat(GetClientTime(client)); |
|
|
int ct = RoundFloat(GetClientTime(client)); |
|
|