I promise u a Function that will have a little more effect to it instead of just Old dead boxes of color. even MPGH's GUI uses something like it. DrawSquare() is simple.
CREDIT : TOPBLAST!
[php]
void DrawSquare(
__in LPDIRECT3DDEVICE9 pDevice,
__in int x,
__in int y,
__in int w,
__in int h,
__in DWORD color1);
Parameters
pDevice [in]
LPDIRECT3DDEVICE9
Pointer to an IDirect3DDevice9 interface, the device to be associated with the drawing of the object.
X [in]
INT
Specifies the x-coordinate of the rectangle''s upper-left corner.
Y [in]
INT
Specifies the y-coordinate of the rectangle''s upper-left corner.
W (Weight) [in]
INT
The width of the Square in logical units.
H (Height) [in]
INT
The height of the Square in logical units.
Color1 [in]
DWORD
The General color of the Square.
[/php]
[php]
//-----------------------------------------------------------------------------
// Name: sVertex
// Desc: This is a structure a Point/Vertex.
//-----------------------------------------------------------------------------
struct sVertex
{
float x, y, z, ht;
DWORD color;
It was ok if u didnt kno D3D but lying to be kool is just WRONG.
More like a rectangle
Originally Posted by Nubzgetkillz
More like a rectangle
yea
Originally Posted by topblast
yea
wats your msn? I? NEVER GOTS IT! lol.. bad engliesh
looks like a french fry
I'm sorry to say but this doesn't match my menu base
it looks good, but ya, dont think it will match menus like flames said.
I didnt see his menu base 0.0
Wait.. ahh fuck it. Ur base need GUI Editions everyone got the same blue.
Originally Posted by topblast
I didnt see his menu base 0.0
Wait.. ahh fuck it. Ur base need GUI Editions everyone got the same blue.
i was the first one to use that color scheme, It took me a wile actually to get good matching colors
Then like every noob, start copying it and ripping it.
eg; Zane
Im in the process of making a new menu, but not really good with classes/structs D:
Originally Posted by ac1d_buRn
i was the first one to use that color scheme, It took me a wile actually to get good matching colors
Then like every noob, start copying it and ripping it.
eg; Zane
Im in the process of making a new menu, but not really good with classes/structs D: