[Source]Primitive rectangle outline drawing function ( Box Esp )

Selasa, 11 September 2012

[Source]Primitive rectangle outline drawing function ( Box Esp )

//------------------------------------//
#define LR_WIDTH 1 // Controls width of lines

void DrawLineRect( long X, long Y, long W, long H, D3DCOLOR Color )
{
    
    DrawRect( X, Y, W, LR_WIDTH, Color );
    DrawRect( X, Y, LR_WIDTH, H, Color );
    
    DrawRect( X + W, Y, LR_WIDTH, H, Color );
    DrawRect( X, Y + H, W, LR_WIDTH, Color );
}
//------------------------------------//

Usage : Pasang dibawah Subhack "if(bla..bla..bla);" di Endscene
DrawRect(10, 20, 30, pDevice->pos, merah);
"Jangan segan untuk bertanya, bila agan kesulitan silahkan tinggalkan komentar di bawah, maka akan saya bantu semaksimal mungkin "

Tidak ada komentar:

Posting Komentar


free counters