@@ -1026,7 +1026,7 @@ function flaginfo( player_entity )
10261026 else
10271027 AddHudTextToAll (" flag_return_text" , " #AD_FlagReturnBase" , text_hudstatusx , text_hudstatusy , text_hudstatusalign , 0 , 2 )
10281028 end
1029- AddHudTimer (player , " flag_return_timer" , current_timer + 1 , - 1 , text_hudstatusx , text_hudstatusy + 8 , text_hudstatusalign , 0 , 3 )
1029+ AddHudTimer (player , " flag_return_timer" , current_timer , - 1 , text_hudstatusx , text_hudstatusy + 8 , text_hudstatusalign , 0 , 3 )
10301030 AddHudIcon (player , hudstatusicondropped , ( " cp_flag_d" ), flag_hudstatusiconx , flag_hudstatusicony , flag_hudstatusiconw , flag_hudstatusiconh , flag_hudstatusiconalign )
10311031 elseif _G [flagname ].status == 0 then
10321032 AddHudText (player , " flag_athome" , " #AD_FlagIsAt" , text_hudstatusx , text_hudstatusy , text_hudstatusalign , 0 , 2 )
@@ -1043,7 +1043,7 @@ function flaginfo( player_entity )
10431043 else
10441044 AddHudText (player , " flag_tobase_text" , " #AD_FlagReturnBase" , text_hudstatusx , text_hudstatusy , text_hudstatusalign , 0 , 2 )
10451045 end
1046- AddHudTimer (player , " flag_tobase_timer" , current_timer + 1 , - 1 , text_hudstatusx , text_hudstatusy + 8 , text_hudstatusalign , 0 , 3 )
1046+ AddHudTimer (player , " flag_tobase_timer" , current_timer , - 1 , text_hudstatusx , text_hudstatusy + 8 , text_hudstatusalign , 0 , 3 )
10471047 AddHudIcon (player , hudstatusicontobase , ( " cp_flag_h" ), flag_hudstatusiconx , flag_hudstatusicony , flag_hudstatusiconw , flag_hudstatusiconh , flag_hudstatusiconalign )
10481048 end
10491049
@@ -1140,7 +1140,7 @@ function update_hud()
11401140 else
11411141 AddHudTextToAll (" flag_return_text" , " #AD_FlagReturnBase" , text_hudstatusx , text_hudstatusy , text_hudstatusalign , 0 , 2 )
11421142 end
1143- AddHudTimerToAll (" flag_return_timer" , current_timer + 1 , - 1 , text_hudstatusx , text_hudstatusy + 8 , text_hudstatusalign , 0 , 3 )
1143+ AddHudTimerToAll (" flag_return_timer" , current_timer , - 1 , text_hudstatusx , text_hudstatusy + 8 , text_hudstatusalign , 0 , 3 )
11441144 AddHudIconToAll ( hudstatusicondropped , ( " cp_flag_d" ), flag_hudstatusiconx , flag_hudstatusicony , flag_hudstatusiconw , flag_hudstatusiconh , flag_hudstatusiconalign )
11451145 elseif _G [flagname ].status == 0 then
11461146 AddHudTextToAll (" flag_athome" , " #AD_FlagIsAt" , text_hudstatusx , text_hudstatusy , text_hudstatusalign , 0 , 2 )
@@ -1157,7 +1157,7 @@ function update_hud()
11571157 else
11581158 AddHudTextToAll (" flag_tobase_text" , " #AD_FlagReturnBase" , text_hudstatusx , text_hudstatusy , text_hudstatusalign , 0 , 2 )
11591159 end
1160- AddHudTimerToAll (" flag_tobase_timer" , current_timer + 1 , - 1 , text_hudstatusx , text_hudstatusy + 8 , text_hudstatusalign , 0 , 3 )
1160+ AddHudTimerToAll (" flag_tobase_timer" , current_timer , - 1 , text_hudstatusx , text_hudstatusy + 8 , text_hudstatusalign , 0 , 3 )
11611161 AddHudIconToAll (hudstatusicontobase , ( " cp_flag_h" ), flag_hudstatusiconx , flag_hudstatusicony , flag_hudstatusiconw , flag_hudstatusiconh , flag_hudstatusiconalign )
11621162 end
11631163
0 commit comments