forked from UNLOZE/sm-plugins
LagCompensation, best version so far.
This commit is contained in:
@@ -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 =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user