LagCompensation: black magic

This commit is contained in:
BotoX
2019-10-08 00:00:29 +02:00
parent 0031497822
commit db6d227643
2 changed files with 45 additions and 38 deletions
+3
View File
@@ -23,6 +23,9 @@ native void BlockSolidMoved(int entity);
// 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);
// Block triggers TriggerMoved from touching any client by setting it to 1 for the entity index.
native void FilterTriggerTouchPlayers(char map[2048], bool set);
public Extension __ext_CSSFixes =
{
name = "CSSFixes",