0
Does anybody know how to edit the color of his tu6 patch on the menu shader i want it red and its a wierd shader code if you know how to edit the color of it please let me know
I have tried everything but it just makes the whole screen black when i open it
The code
Self.mbk.x = 320;
Self.mbx.y = 0;
Self.mbk.sort = 1;
Self.mbk.alpha = 1;
Self.mbk.color = (1, 1, 1)
Slef.mbk setShader ( "black", 275, 1000 ) ;
Register or log in to view signatures.
Jarod. (06-16-2012), TheFuziioN- (06-17-2012)

why you editing it in the first place also "Slef.mbk setShader ( "black", 275, 1000 ) ;" is the size im guessing 275 and 1000 make it fullscreen also red color would be Self.mbk.color = (1, 0, 0)
thanks bye.
Register or log in to view signatures.
Tried it still didn't work that was the first thing i tried idk what to do and yes that is the size and dimension
Register or log in to view signatures.