[Half-Life AMXX] / statsx.sma Repository:
ViewVC logotype

Diff of /statsx.sma

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 18, Sat Nov 17 17:07:31 2007 UTC revision 44, Mon Oct 11 23:53:51 2010 UTC
# Line 1271  Line 1271 
1271  {  {
1272          new iTeam, id, i          new iTeam, id, i
1273    
1274          if (read_data(1) >= floatround(get_cvar_float("mp_roundtime") * 60.0,floatround_floor))          new Float:roundtime = get_cvar_float("mp_roundtime");
1275            if (read_data(1) >= floatround(roundtime * 60.0,floatround_floor) || (roundtime == 2.3 && read_data(1) == 137)) // these round too weird for it to work through pawn, have to add an exception for it
1276          {          {
1277  #if defined STATSX_DEBUG  #if defined STATSX_DEBUG
1278                  log_amx("Reset round stats")                  log_amx("Reset round stats")

Legend:
Removed from v.18  
changed lines
  Added in v.44

Contact
ViewVC Help
Powered by ViewVC 1.0.4