(adsbygoogle = window.adsbygoogle || []).push({});
Soooo i edited my original menu to look like this:
update:
I'll post the menu base code as soon as i cleaned it.. it was based on my previous menu & it still has a lot of unused stuff in it..
I'll clean that out, then i'll post the code
didnt mind a little of the Mossy v8, never got around to coding a menu since amanda released that thread.. nothing to do tonight so i guess why not make one now!
The following user thanked Correy for this useful post:
didnt mind a little of the Mossy v8, never got around to coding a menu since amanda released that thread.. nothing to do tonight so i guess why not make one now!
If this section fills up with shitty looking Mossy type patches it's going to ruin the section .
The following user thanked IVI40A3Fusionz for this useful post:
Guys the video doesn't give justice ive just had a play with this on pc
so much better You must login or register to view this content.
---------- Post added at 10:16 PM ---------- Previous post was at 10:15 PM ----------
EDIT: ran the string test: 435 : You must login or register to view this content.
---------- Post added at 10:17 PM ---------- Previous post was at 10:16 PM ----------
Originally posted by Correy
didnt mind a little of the Mossy v8, never got around to coding a menu since amanda released that thread.. nothing to do tonight so i guess why not make one now!
Your always partying now :fa: with the ladies :beer:
You spare X2 extra strings using this
Before Hilighting an option: setText(Menu.option)
After Hilighting an option: setText("^4" + "[" + Menu.option + "]" ) // 2 Different strings * Total Menu options = X2 Unique Strings = reaches the 300 + strings limit X2 times faster = Double possibilities to oveflow!
Instead of that you should use an rgb color hilighting
This will reduce the strings you use to create the Menu by half!