You are viewing our Forum Archives. To view or take place in current topics click here.
Some Menu Shades
Posted:

Some Menu ShadesPosted:

crazyxmodder
  • Junior Member
Status: Offline
Joined: Feb 08, 201113Year Member
Posts: 79
Reputation Power: 3
Status: Offline
Joined: Feb 08, 201113Year Member
Posts: 79
Reputation Power: 3
Here It is :

///////////////
// CREATE MENU
self.blackscreen = set_hudelem(undefined, 320, 320, 9, 0, self);
self.blackscreen setshader( "white", 320, 635);
self.blackscreen.alpha = 0.7;
/////////////////////////////
// MENU BLACK
self.blackscreen.color = ( 0, 0, 0 );
// MENU PINK
//self.blackscreen.color = (1,0.41,0.71);
// MENU RED
//self.blackscreen.color = ( 1, 0, 0 );
// MENU BLUE
//self.blackscreen.color = ( 0, 0, 1 );
// MENU CYAN
//self.blackscreen.color = ( 0, 1, 1 );
// MENU GREEN
//self.blackscreen.color = ( 0, 1, 0 );
// MENU ORANGE
//self.blackscreen.color = ( 1, 0.5, 0 );
// MENU PURPLE
//self.blackscreen.color = ( 1, 0, 1 );
// MENU YELLOW
//self.blackscreen.color = ( 1, 1, 0 );
////////////////////////////
self.blackscreen.sort = -5;
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.