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 3
Call of Duty: Black Ops 3 Mods and Scripts
Call of Duty: Black Ops 3 Scripts
Call of Duty: Black Ops 3 Scripts Question
ZM Decrease Player Score
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="BunkerBaerIGER" data-source="post: 36551" data-attributes="member: 112731"><p>I'm using this :</p><p> [Spoiler]<a href="https://cabconmodding.com/threads/black-ops-3-gsc-mod-menu-base-by-cabcon-simple-source-and-download.1332/" target="_blank">Release - Black Ops 3 GSC Mod Menu Base by CabCon | Simple +Source and Download | CabConModding</a>[/Spoiler]</p><p></p><p>call it just like:</p><p>[ICODE]self addOpt("perks_menu", "Quick Revive [^12500^7]", &func_give_perk, "specialty_quickrevive" , 2500);[/ICODE]</p><p></p><p>and modify the menu base:</p><p>[ICODE]</p><p>function addOpt(menu, opt, func, inp, inp2)//<---</p><p>{</p><p> m = self.menuAction[menu].opt.size;</p><p> self.menuAction[menu].opt[m] = opt;</p><p> self.menuAction[menu].func[m] = func;</p><p> self.menuAction[menu].inp[m] = inp;</p><p> self.menuAction[menu].inp2[m] = inp2; //And add this line for my second variable ? idk</p><p>}</p><p>[/ICODE]</p><p></p><p>Ingame i got the perk and all is working but the player should lost 2500 score <img src="/styles/default/xenforo/smilies.emoji/people/slight_smile.emoji.svg" class="smilie" loading="lazy" alt=":smile:" title="Smile :smile:" data-shortname=":smile:" /></p></blockquote><p></p>
[QUOTE="BunkerBaerIGER, post: 36551, member: 112731"] I'm using this : [Spoiler][URL='https://cabconmodding.com/threads/black-ops-3-gsc-mod-menu-base-by-cabcon-simple-source-and-download.1332/']Release - Black Ops 3 GSC Mod Menu Base by CabCon | Simple +Source and Download | CabConModding[/URL][/Spoiler] call it just like: [ICODE]self addOpt("perks_menu", "Quick Revive [^12500^7]", &func_give_perk, "specialty_quickrevive" , 2500);[/ICODE] and modify the menu base: [ICODE] function addOpt(menu, opt, func, inp, inp2)//<--- { m = self.menuAction[menu].opt.size; self.menuAction[menu].opt[m] = opt; self.menuAction[menu].func[m] = func; self.menuAction[menu].inp[m] = inp; self.menuAction[menu].inp2[m] = inp2; //And add this line for my second variable ? idk } [/ICODE] Ingame i got the perk and all is working but the player should lost 2500 score :smile: [/QUOTE]
Verification
Post reply
Forums
Gaming
Call of Duty Classics
Call of Duty: Black Ops 3
Call of Duty: Black Ops 3 Mods and Scripts
Call of Duty: Black Ops 3 Scripts
Call of Duty: Black Ops 3 Scripts Question
ZM Decrease Player Score
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