fix bugs?

This commit is contained in:
BotoX
2019-10-05 16:22:38 +02:00
parent 534fc75113
commit 617e2c4963
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ forward void OnRunThinkFunctionsPost(bool simulating);
native void FilterTriggerMoved(int entity);
// -1 = Ignore, normal operation.
// 0 = Block ALL SV_TriggerMoved.
// >0 = Entity index for which to allow SV_TriggerMoved to be called.
// 0 = Block ALL SV_SolidMoved.
// >0 = Entity index for which to allow SV_SolidMoved to be called.
// REMEMBER TO CALL THIS AGAIN WITH -1 AFTER USING IT !!!
native void BlockSolidMoved(int entity);