LagCompensation, best version so far.

This commit is contained in:
BotoX
2019-10-05 15:17:31 +02:00
parent aa41f72414
commit cd834004f3
3 changed files with 111 additions and 35 deletions
+2 -4
View File
@@ -20,10 +20,8 @@ native void FilterTriggerMoved(int entity);
// REMEMBER TO CALL THIS AGAIN WITH -1 AFTER USING IT !!!
native void BlockSolidMoved(int entity);
// entities is an array which maps from entindex to a truth value
// if the value is true then SolidMoved will not see this entity
// REMEMBER TO CALL THIS WITH SIZE 0 0N PLUGIN END !!!
native void FilterSolidMoved(int[] entities, int size);
// Block clients SolidMoved from touching an entity by setting it to 1 in the clients map.
native void FilterClientEntityMap(char map[MAXPLAYERS + 1][2048], bool set);
public Extension __ext_CSSFixes =
{