HolyLib Wiki

SetPreventTransmitBulk

  pvs.SetPreventTransmitBulk( table ents, table plys, boolean notransmit = false )

Description

Adds the given Entity to be transmitted.

Only use this function inside the HolyLib:PreCheckTransmit hook!

Arguments

1table ents

A sequential table containing all the entities that should be affected.
Can be a single Entity

2table plys

A sequential table containing all the players that it should set it for.
Can be a single Player or a RecipientFilter

3boolean notransmit = false
If the entity should stop being transmitted.