CreateRectangle3D: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 June 2022

  • curprev 15:2515:25, 21 June 2022Hydra talk contribs 2,218 bytes 0 No edit summary
  • curprev 15:2515:25, 21 June 2022Hydra talk contribs 2,218 bytes 0 No edit summary
  • curprev 15:2515:25, 21 June 2022Hydra talk contribs 2,218 bytes +2,218 Created page with "{{Useful Function}} __NOTOC__ This function draws a 3d rectangle on the player screen. * '''NOTE:''' only CLIENT-SIDE. ==Syntax== <syntaxhighlight lang="lua">bool CreateRectangle3D ( float x, float y, float width, float height, int color, float rx, float ry, float rz )</syntaxhighlight> ===Required Arguments=== * '''X:''' Screen X position. * '''Y:''' Screen Y position. * '''WIDTH:''' The width of the rectangle. * '''HEIGHT:''' The height of the rectangle. ===Option..."