View Single Post
VOLK_RuS
Junior Member
Join Date: Mar 2016
Old 10-23-2018 , 15:17   Re: [ANY] Trails Chroma (Player Trails)
Reply With Quote #30

Quote:
Originally Posted by Nickelony View Post
UPDATE 2.0 IS OUT NOW!

First, I want to apologise for not updating this plugin for so long. I just couldn't find time for a complete redesing of this plugin, which is what I did with this update.

The changelog is so big, I don't even know where to start x)

Main changes:
* Added new CVars, such as "sm_trails_cheap" and "sm_trails_respawn".
* Added KeyValues which allow to modify the trails using a .cfg file.
* Added cookies. (finally)
* Removed multicolors support (which means no more .inc files).
* Optimised the whole code.



If you have any issues with this plugin, please post it here
I've already fixed spy's trail for CrazyGhostRider a long time ago, so there is a fix

Fix for invisible spy:
Code:
TF2_IsPlayerInCondition(client, TFCond_Cloaked) || TF2_IsPlayerInCondition(client, TFCond_Stealthed)
Fix for disguised spy:
Code:
TF2_IsPlayerInCondition(client, TFCond_Disguised)
fix for client invisibility from other sources(ex: rtd)
Code:
stock int GetEntityAlpha(int iEntity){
return GetEntData(iEntity, GetEntSendPropOffs(iEntity, "m_clrRender") + 3, 1);
}

Last edited by VOLK_RuS; 10-23-2018 at 15:31.
VOLK_RuS is offline