Answered I need some help with Zeiikens base

iTahhr

Well-Known Member
Messages
248
Reaction score
119
Points
243
Hello Cabcon Modding I need some help with Zeiikens base since I am trying to do the resizeable background depending on the size of the options, I have tried it and it prints the menu size etc but I cant seem to get the menu background to resize, could someone help me?

Code:
      self.Menu.Material["Background"] scaleOverTime(.1, 190, ((self.Menu.System["MenuTexte"][self.Menu.System["MenuRoot"]].size*15.6)+50));
    self iprintln("^1Debug^7: " + self.Menu.System["MenuTexte"][self.Menu.System["MenuRoot"]].size);
}
 
Last edited:

thahitcrew

Modder
Messages
219
Reaction score
211
Points
163
Hello Cabcon Modding I need some help with Zeiikens base since I am trying to do the resizeable background depending on the size of the options, I have tried it and it prints the menu size etc but I cant seem to get the menu background to resize, could someone help me?

Code:
      self.Menu.Material["Background"] scaleOverTime(.1, 190, ((self.Menu.System["MenuTexte"][self.Menu.System["MenuRoot"]].size*15.6)+50));
    self iprintln("^1Debug^7: " + self.Menu.System["MenuTexte"][self.Menu.System["MenuRoot"]].size);
}
Message me on Skype, ill help you get it working. my skype: thahitcrewmodz
 

Procyon

BANNED
Messages
325
Reaction score
119
Points
43
You have to add it to where you're calling your submenu. In your case, I believe the function is called SubMenu?
 

iTahhr

Well-Known Member
Messages
248
Reaction score
119
Points
243
You have to add it to where you're calling your submenu. In your case, I believe the function is called SubMenu?
i know that i aint dumb its just the fact it should be working but it aint and before u say ive done something wrong i have not because it prints the values of text
 
Top