ItsMods

Full Version: Duration killstreak
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to Change Duration helicopter killstreak?
Thanks.
(07-11-2013, 21:13)The Tronuo Wrote: [ -> ]How to Change Duration helicopter killstreak?
Thanks.

In maps/mp/_helicopter.gsc in heli_update_global_dvars() find:
Code:
level.heli_protect_time = heli_get_dvar( "scr_heli_protect_time", "60" );
Than change that to:
Code:
level.heli_protect_time = anynumber;
(07-12-2013, 09:42)Cyborgking Wrote: [ -> ]
(07-11-2013, 21:13)The Tronuo Wrote: [ -> ]How to Change Duration helicopter killstreak?
Thanks.

In maps/mp/_helicopter.gsc in heli_update_global_dvars() find:
Code:
level.heli_protect_time = heli_get_dvar( "scr_heli_protect_time", "60" );
Than change that to:
Code:
level.heli_protect_time = anynumber;

Thank you very much)