forked from UNLOZE/sm-plugins
multiple syntax updates to adjust for 1.11.0.6946 SM build
This commit is contained in:
Regular → Executable
+3
-1
@@ -149,6 +149,7 @@ public Action RandomizePing(Handle timer)
|
||||
if(g_bFakePopulation[i])
|
||||
g_iLatency[i] = g_iBaseLatency[i] + GetRandomInt(-3, 3);
|
||||
}
|
||||
return Plugin_Continue;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
@@ -169,6 +170,7 @@ public Action RandomizeNames(Handle timer)
|
||||
}
|
||||
}
|
||||
delete hNames;
|
||||
return Plugin_Continue;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
@@ -537,4 +539,4 @@ public void OnGameFrame()
|
||||
SetEntProp(iResEnt, Prop_Send, "m_iPing", g_iLatency[i], _, i);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user