View Single Post
WhiteFang1319
Senior Member
Join Date: Jan 2017
Old 02-12-2018 , 08:57   Re: Weapons War v7.5 (26 Weapons)
Reply With Quote #311

Quote:
Originally Posted by zmd94 View Post
Instinctpt1, I'm glad you fix the problem by yourself.

White Fang, if you want to use the Killer View feature, just change below as we need to add more delay to the Auto-Respawn task:
Code:
	if(get_pcvar_num(g_iAutoRespawn))
	{
		set_task(3.0, "AutoRespawn", iVictim+TASK_RESPAWN)
	}
-->
Code:
	if(get_pcvar_num(g_iAutoRespawn))
	{
		set_task(5.0, "AutoRespawn", iVictim+TASK_RESPAWN)
	}
I actually had already done this for everyone spawning, it didn't work. I don't want killer's view. So it's fine. Thanks anyway.

Last edited by WhiteFang1319; 02-12-2018 at 08:58.
WhiteFang1319 is offline