View Single Post
sorallll
Senior Member
Join Date: Oct 2018
Old 11-22-2022 , 08:18   Re: [L4D2] How to set the respawn time of a single player zombie
Reply With Quote #2

PHP Code:
SetEntPropFloat(L4D_GetResourceEntity(), Prop_Send"m_flBecomeGhostAt"GetGameTime() + 60.0client); 
I tried this method, but I can only change the display countdown but not the actual respawn time
sorallll is offline