multiple syntax updates to adjust for 1.11.0.6946 SM build

This commit is contained in:
jenz
2023-08-29 18:10:57 +02:00
parent a0c0f7e92d
commit b64abac26d
8 changed files with 149 additions and 136 deletions
+3 -1
View File
@@ -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);
}
}
}
}