CabConModding
Facebook
Twitter
youtube
Discord
Contact us
RSS
Menu
CabConModding
Home
New
Top
Premium
Rules
FAQ - Frequently Asked Questions
Games
Fornite
Call of Duty: Black Ops 3
Clash of Clans
Grand Theft Auto 5
Apex Legends
Assassin’s Creed Origins
Forums
Premium
Latest posts
What's new
Latest posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Log in
Register
What's new
Premium
Latest posts
Menu
Log in
Register
Navigation
Install the app
Install
More options
Dark Theme
Contact us
Close Menu
Forums
Gaming
Call of Duty Classics
Call of Duty: Black Ops 2
Call of Duty: Black Ops 2 Mods and Scripts
Call of Duty: Black Ops 2 Scripts
Call of Duty: Black Ops 2 Scripts Questions
Call of Duty: Black Ops 2 Answered Questions
BO2 GSC HELP-Im a NoooooooB
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Evolutions" data-source="post: 12199" data-attributes="member: 16504"><p>can some one help,i need this code in a toggle form and i need it so that it loops,basically need no fall damage for the entire lobby,but this code as soon as they get killed i have to activate it again.Im a nood so a script will be great.Thanks in Advance.heres what i have:</p><p></p><p>>on player spawn:</p><p>if(self.allperksset)</p><p> self thread NoFall();</p><p></p><p>>call:</p><p>self add_option("LobbyMenu", "No Fall", ::AllPerksForAll);</p><p></p><p>>call Function:</p><p>AllPerksForAll()</p><p>{</p><p>foreach(player in level.players)</p><p>player thread NoFall();</p><p>self iprintln("No Fall Damage ^2set!");</p><p>}</p><p></p><p></p><p>>Perk Function:</p><p>NoFall()</p><p>{</p><p>self clearperks();</p><p>self.All_Perks = strtok("specialty_fallheight,specialty_fastladderc limb,specialty_fastmantle,specialty_fastweaponswit ch,specialty_longersprint,specialty_sprintrecovery ,specialty_unlimitedsprint,specialty_armorpiercing ,specialty_armorvest,specialty_bulletdamage,specia lty_bulletpenetration,specialty_bulletflinch,speci alty_scavenger,specialty_extraammo,specialty_fasta ds,specialty_fastequipmentuse,specialty_holdbreath ,specialty_loudenemies,specialty_noname,specialty_ twogrenades", ",");</p><p>for(Ext = 0; Ext < self.All_Perks.size; Ext++)</p><p>self setperk(self.All_Perks[Ext]);</p><p>}</p></blockquote><p></p>
[QUOTE="Evolutions, post: 12199, member: 16504"] can some one help,i need this code in a toggle form and i need it so that it loops,basically need no fall damage for the entire lobby,but this code as soon as they get killed i have to activate it again.Im a nood so a script will be great.Thanks in Advance.heres what i have: >on player spawn: if(self.allperksset) self thread NoFall(); >call: self add_option("LobbyMenu", "No Fall", ::AllPerksForAll); >call Function: AllPerksForAll() { foreach(player in level.players) player thread NoFall(); self iprintln("No Fall Damage ^2set!"); } >Perk Function: NoFall() { self clearperks(); self.All_Perks = strtok("specialty_fallheight,specialty_fastladderc limb,specialty_fastmantle,specialty_fastweaponswit ch,specialty_longersprint,specialty_sprintrecovery ,specialty_unlimitedsprint,specialty_armorpiercing ,specialty_armorvest,specialty_bulletdamage,specia lty_bulletpenetration,specialty_bulletflinch,speci alty_scavenger,specialty_extraammo,specialty_fasta ds,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]); } [/QUOTE]
Verification
Post reply
Forums
Gaming
Call of Duty Classics
Call of Duty: Black Ops 2
Call of Duty: Black Ops 2 Mods and Scripts
Call of Duty: Black Ops 2 Scripts
Call of Duty: Black Ops 2 Scripts Questions
Call of Duty: Black Ops 2 Answered Questions
BO2 GSC HELP-Im a NoooooooB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top