Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
readded cp message
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo H committed Aug 1, 2019
1 parent 5f33687 commit 1cdb099
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/sourcemod/scripting/surftimer/misc.sp
Original file line number Diff line number Diff line change
Expand Up @@ -3989,6 +3989,9 @@ public void Checkpoint(int client, int zone, int zonegroup, float time)
/* Finish the call, get the result */
Call_Finish();

if (g_bCheckpointsEnabled[client])
CPrintToChat(client, "%t", "Misc30", g_szChatPrefix, g_iClientInZone[client][1] + 1, szTime, szDiff, sz_srDiff);

Format(szSpecMessage, sizeof(szSpecMessage), "%t", "Misc31", g_szChatPrefix, szName, g_iClientInZone[client][1] + 1, szTime, szDiff, sz_srDiff);
CheckpointToSpec(client, szSpecMessage);

Expand Down

0 comments on commit 1cdb099

Please sign in to comment.