View Single Post
jasonfrog
Senior Member
Join Date: Mar 2008
Old 02-01-2013 , 12:31   Re: [TF2] Ghosty Mode
Reply With Quote #9

I think you need to add the following in public Action:OnPlayerDeath(Handle:hEvent, String:strName[], bool:bDontBroadcast), other wise a DR spy will become a ghost on their first feigned death.

PHP Code:
    new bool:FakeDeath GetEventBool(hEvent"feign_death");
    if (
FakeDeath)
        return 
Plugin_Continue
jasonfrog is offline