diff --git a/RaceTimer/scripting/unloze_racetimer_redux.sp b/RaceTimer/scripting/unloze_racetimer_redux.sp index 9f03b47d..c9203ae3 100755 --- a/RaceTimer/scripting/unloze_racetimer_redux.sp +++ b/RaceTimer/scripting/unloze_racetimer_redux.sp @@ -394,6 +394,7 @@ public void Event_RoundStart(Handle event, const char[] name, bool dontBroadcast if (l_iZoneCount == 1 && race_zone_count == 1) { g_bHumansAllowedTime[i] = true; + PrintToChat(i, "Started timer: There is only a finish zone"); g_fStartTime[i] = GetEngineTime(); mysql_get_player_time(i, 0); } @@ -714,8 +715,11 @@ public void CheckIfSpecialRoundZones(char[] resultstart, char[] resultend) //---------------------------------------------------------------------------------------------------- public void CheckifAntiZones(int client, bool reset) { - if (reset) - g_bHumansAllowedTime[client] = false; + if (reset) + { + g_bHumansAllowedTime[client] = false; + PrintToChat(client, "Disabled Timer due to using illegal shortcut"); + } } //---------------------------------------------------------------------------------------------------- // Purpose: