Skip to content

Commit

Permalink
[LOSEPOINTS] Fixed incorrect chat message
Browse files Browse the repository at this point in the history
  • Loading branch information
dordnung committed Apr 28, 2014
1 parent 62c1415 commit bd0efb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stamm_losepoints.sp
Expand Up @@ -48,7 +48,7 @@ public Plugin:myinfo =
{
name = "Stamm Feature LosePoints",
author = "Popoklopsi",
version = "1.1.1",
version = "1.1.2",
description = "Non VIP's lose until a specific level points on death",
url = "https://forums.alliedmods.net/showthread.php?t=142073"
};
Expand Down Expand Up @@ -151,7 +151,8 @@ public PlayerDeath(Handle:event, String:name[], bool:dontBroadcast)
{
// Delete points ):
STAMM_DelClientPoints(client, pointscount);

STAMM_GetTag(tag, sizeof(tag));

STAMM_PrintToChat(client, "%s %t", tag, "LosePoints", pointscount, deathcount);


Expand Down

0 comments on commit bd0efb0

Please sign in to comment.