View Single Post
zmd94
Veteran Member
Join Date: Nov 2013
Location: Malaysia (9w2zow).
Old 02-12-2018 , 08:40   Re: Weapons War v7.5 (26 Weapons)
Reply With Quote #310

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)
	}

Last edited by zmd94; 02-12-2018 at 08:40.
zmd94 is offline