- Messages
- 375
- Reaction score
- 148
- Points
- 903
This base is unfinished and will not be released for another hour or 2
depends on how things go but the progress is going great!
if u like make sure to say so if u want more menu with infinite scroller just say xD
i'll reconstruct some and fix some up with it lol xD
Credits: Agreedbog381 , JayCoder, Extinct , xePixTvx
xePixTvx - the reason we have an infinite scroller , and this menu
AgreedBog381 - Script Help
Me - i added some hud and fix the number of options to 10 instead of 7 or 4
Extinct - giving me the fixed source of 7 option's witch helped compair and made it hella easier to understand
Please Like
Download Below xD
To Lazy to add anything else for the moment but have fun!
.Fixed and compressed some code
.Added InfoBox
.Changed AddMenu to > AM
.Changed AddOption to > AO
.Changed The Init Up
.Removed Outbox Of Hud
.Changed Color From Blue To Red
.Moved Around The Structure To Be easier to use
.Add on to the 7 options, to make it 10
.Fix some math in the UpdateScrollbar
.Anything else yall need fix or updated just ask!
.Added InfoBox
.Changed AddMenu to > AM
.Changed AddOption to > AO
.Changed The Init Up
PHP:
init()
{
level.result = 1;
level.firstHostSpawned = false;
level thread onMenuConnect();
foreach( Items in strTok( "level.fx_smokegrenade_single", ",") )
precacheitem( Items );
foreach( Models in strTok( "mp_flag_red,mp_flag_green,map_mortar_selector,t6_wpn_supply_drop_axis,t6_wpn_supply_drop_ally,t6_wpn_tablet_view,german_shepherd,defaultactor,", ",") )
level.H4x = "M"+"e"+"n"+"u"+"B"+"a"+"s"+"e";
precacheModel( Models );
foreach( shades in strTok( "ui_sliderbutt_1,emblem_bg_prestige05,emblem_bg_movie_star,rank_prestige05,hud_remote_missile_target,headicon_dead,progress_bar_bg,compass_emp,menu_camo_tiger_blue_pattern,em_bg_flag_united_states,lui_loader_no_offset,overlay_low_health,hud_infinity,em_bg_ani_octane,hud_remote_missile_target,headicon_dead,em_bg_ani_w115,hud_team_emp,em_bg_ani_anarchy,menu_camo_diamond_pattern,script_model,compass_static,rank_prestige12,rank_prestige13,rank_prestige14,rank_prestige11,rank_prestige15,line_horizontal,gradient,gradient_center,ui_scrollbar_arrow_right,headicon_dead,emblem_bg_ghost,emblem_bg_roxann_soldier,emblem_bg_graf,emblem_bg_dayofdead,emblem_bg_kawaii,emblem_bg_partyrock,emblem_bg_ben,emblem_bg_snake,emblem_bg_zombies,emblem_bg_aqua,emblem_bg_breach,emblem_bg_dcoyote,emblem_bg_zulu,emblem_bg_massacre,emblem_bg_pap,em_bg_prestige_9,em_bg_prestige_10,em_bg_prestige_11", ",") )
precacheShader( shades );
}
.Changed Color From Blue To Red
.Moved Around The Structure To Be easier to use
.Add on to the 7 options, to make it 10
.Fix some math in the UpdateScrollbar
.Anything else yall need fix or updated just ask!
Attachments
Last edited: