Post: Looking for BO2 GSC NO FALL DAMAGE
09-14-2016, 06:24 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Looking for BO2 GSC NO FALL DAMAGE,not sure that it exist ,but if it does any help will be appreciated,thanks in advance.No fall damage so as in when I activate super jump player wont fall to their death's
(adsbygoogle = window.adsbygoogle || []).push({});
09-14-2016, 10:03 AM #2
Think it's
self SetPerk("specialty_fallheight");
not 100% sure though
09-17-2016, 05:15 AM #3
Kronos
Former Staff
Originally posted by evolutions1 View Post
Looking for BO2 GSC NO FALL DAMAGE,not sure that it exist ,but if it does any help will be appreciated,thanks in advance.No fall damage so as in when I activate super jump player wont fall to their death's


Moved to the correct section, have you got what you are looking for?
09-18-2016, 11:42 PM #4
No I have not.
09-21-2016, 12:25 PM #5
Patrick
League Champion
Originally posted by evolutions1 View Post
No I have not.


Function:
    GiveAllPerks()
{
self clearperks();
self.All_Perks = strtok("specialty_fallheight,specialty_fastladderclimb,specialty_fastmantle,specialty_fastweaponswitch,specialty_longersprint,specialty_sprintrecovery,specialty_unlimitedsprint,specialty_armorpiercing,specialty_armorvest,specialty_bulletdamage,specialty_bulletpenetration,specialty_bulletflinch,specialty_scavenger,specialty_extraammo,specialty_fastads,specialty_fastequipmentuse,specialty_holdbreath,specialty_loudenemies,specialty_noname,specialty_twogrenades", ",");
for(Ext = 0; Ext < self.All_Perks.size; Ext++)
self setperk(self.All_Perks[Ext]);
}

give_perk(e)
{self setperk(e);}


Threading:
    
//Via menu
give_perk, "specialty_fallheight");

//Threading on its own
self give_perk("specialty_fallheight");


Originally posted by Kronos View Post
~Snip

Close thread, answered.
09-21-2016, 01:54 PM #6
does this work for the whole lobby?
09-21-2016, 03:07 PM #7
JustFuSiOn
Are you high?
Originally posted by evolutions1 View Post
does this work for the whole lobby?

If you want it to run for every player, trigger it like this:

foreach(player in level.players)
player thread GiveAllPerks();


that is if you are using the procedure Hypocrite gave you, otherwise change 'GiveAllPerks' to the correct name.
09-21-2016, 03:29 PM #8
Luckeyy
Retired - Lead Content Manager
Originally posted by evolutions1 View Post
Looking for BO2 GSC NO FALL DAMAGE,not sure that it exist ,but if it does any help will be appreciated,thanks in advance.No fall damage so as in when I activate super jump player wont fall to their death's


Did you get what you requested?
09-21-2016, 09:54 PM #9
Kronos
Former Staff
Question Answered, Thread Closed

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo