View Single Post
friagram
Veteran Member
Join Date: Sep 2012
Location: Silicon Valley
Old 05-06-2013 , 15:38   Re: [TF2] Gravestone Revenge Markers - 5/6/2013
Reply With Quote #3

Quote:
Originally Posted by snelvuur View Post
Would be nice for each kill to have one of those. Can be used in arena for instance to know where everyone died.
ehh you could i guess

Code:
        if(client && IsClientInGame(client))
        {
                if (GetEventInt(event, "death_flags") & TF_DEATHFLAG_KILLERREVENGE)
                {
                        SpawnProp(client);
                }
        }
It could be changed to dominating, or assist, or just remove the check to do it every time. It'll still remove the old one.
__________________
Profile - Plugins
Add me on steam if you are seeking sp/map/model commissions.
friagram is offline