-
Notifications
You must be signed in to change notification settings - Fork 0
/
Usage.txt
35 lines (24 loc) · 1.92 KB
/
Usage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
PIXELDRAW 1.5a - By D3nX and Kvc
How to use it ?
For draw a pixel :
PIXELDRAW /p x y /c (color) or you can replace /c by /rgb (ex: /rgb 255 255 255)
For draw a vertical line :
PIXELDRAW /dl x y /lh (line width) /v /c (color) or /rgb
For draw a horizontal line :
PIXELDRAW /dl x y /lh (line width) /h /c (color) or /rgb
For draw a line from start point to end point :
PIXELDRAW /dl /p (x1) (y1) (x2) (y2) /c (color) or /rgb
For draw a circle line :
PIXELDRAW /dc x y /cr (circle radius) /c (color) or /rgb
For draw a square:
PIXELDRAW /ds x y /sh (side) /c (color) or /rgb
For draw a rectangle:
PIXELDRAW /dr x y /rd (width) (height) /c (color) or /rgb
For draw a refresh:
PIXELDRAW /REFRESH (color)
For draw a triangle :
PIXELDRAW /dt /p (x1) (y1) (x2) (y2) (x3) (y3) /c (color) or /rgb
Special Thanks to Kvc for have contribued to the PixelDraw external command !
D3nX - End
www.thebateam.org
Contact me at [email protected]