Skip to content

Commit

Permalink
chore: Update l4d2_playstats_sync.sp to display simplified chat message
Browse files Browse the repository at this point in the history
  • Loading branch information
altair-sossai committed Jul 5, 2024
1 parent 73e58a2 commit 14cfdaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Binary file modified addons/sourcemod/plugins/optional/l4d2_playstats_sync.smx
Binary file not shown.
6 changes: 1 addition & 5 deletions addons/sourcemod/scripting/l4d2_playstats_sync.sp
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,7 @@ public Action DisplayStatsUrlTick(Handle timer)
if (!IsInReady())
return Plugin_Continue;

new String:server[100];
GetConVarString(cvar_playstats_server, server, sizeof(server));

PrintToChatAll("Estatísticas/ranking disponível em:");
PrintToChatAll("\x03https://l4d2-playstats.azurewebsites.net/server/%s", server);
PrintToChatAll("\x03l4d2.com.br");
PrintToChatAll("\x01Use \x04!ranking \x01para consultar sua posição");

return Plugin_Continue;
Expand Down

0 comments on commit 14cfdaa

Please sign in to comment.