[Source] Draw CheckBox

Posts 17 of 7 · Page 1 of 1
[Source] Draw CheckBox
This one was on my old PC i used to use.. don't no if it will still work or not..
Credits are to whoever made it.


Code:
void DrawCheckBox(bool state,int x, int y, const char *txt,D3DCOLOR CBC, D3DCOLOR CBBC,D3DCLOR TC , LPDIRECT3DDEVICE9)
{
if(state)
{
FillARGB( x + 2, y - 2, 47,47 CBC,pDevice);
DrawBorder(x,y,50,50,1, CBBC, pDevice);
DrawString(x + 60 ,y, TC,pFont, txt);
}else{
DrawBorder(x,y,50,50,1, CBBC, pDevice);
DrawString(x + 60 ,y, TC,pFont, txt);
}
}
DrawCheckBox(true//is state true?,200//x,200//y,"Chams"//text,//color,//color,//color,pDevice);
Ohh.. didnt even see that post D: sorry.. if you have to remove this thread
wow.... nice work on Solify checkbox base.... .-.
Credit DeadLinez
Quote Originally Posted by Sixx93 View Post
wow.... nice work on Solify checkbox base.... .-.
who the fuck is Solify?


Quote Originally Posted by eXaLtIc View Post
Credit DeadLinez
dont credit deadlinez.. cause it might no be his source!!

as i said. credits to whoever made it
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?