View Single Post
Eggman
Senior Member
Join Date: Jan 2010
Old 04-20-2014 , 04:08   Re: Freak Fortress 2 1.9.3 Released (and 1.10.0 betas)
Reply With Quote #572

Quote:
Originally Posted by Powerlord View Post
So... I know I said I wasn't doing anything with FF2 any more, but I made an experimental change to ff2_1st_set_abilities to fix a long-standing bug with the NinjaSpy's rage_maxtrix_attack.

Basically, SourceMod's timers are affected by host_timescale, which provides the slowmo effect. This means that, despite NinjaSpy's ability is set to 2.2 seconds (1 sec is added to the 1.2 sec specified in the config), it actually lasted 11 seconds (2.2 * (1/0.2), where 0.2 is the slo-mo amount).
<...>
This is not needed, bacause it was planned as 11 seconds.

UPD. Important!

I suggest add this into event_player_spawn function
Code:
	if (CheckRoundState()==1)
		CreateTimer(0.1, CheckAlivePlayers);
It means "Check Alive Players when someone respawns when round in progress". Some servers uses respawns with FF2.

Last edited by Eggman; 04-20-2014 at 04:14.
Eggman is offline