View Single Post
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 08-19-2013 , 07:36   Re: [TF2] SDKHook_SetTransmit and Miniguns?
Reply With Quote #3

Setttransmit fires every frame so you are doing tonshit of unneccessary stuff there.

I think you can just send ef nodraw to the entity effects and it won't be transmitted also
https://developer.valvesoftware.com/wiki/Effects_enum

You can undo it by removing it and marking edict as changed...

Other things you can try is stuff like changing the modelsize to make it very small, and then setting it back to normal, which is also reversable.

Otherwise you can do things like setting the world index to -1, or just removing the weaponslot.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.

Last edited by friagram; 08-19-2013 at 07:39.
friagram is offline