<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=OfficialMr3b</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=OfficialMr3b"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/OfficialMr3b"/>
	<updated>2026-06-23T04:13:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75954</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75954"/>
		<updated>2023-01-05T20:32:08Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Download ===&lt;br /&gt;
Github Source: https://github.com/Mr3bOfficial/rdx&lt;br /&gt;
&lt;br /&gt;
===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.rdx:import())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''rdx/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''rdx/server-side/update.lua'' or ''rdx/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-rdx''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
* [[dxDrawText|dxText]]&lt;br /&gt;
* [[dxDrawImage|dxImage]]&lt;br /&gt;
* [[dxDrawRectangle|dxRectangle]]&lt;br /&gt;
* [[RoundedRectangle|dxRoundedRectangle]]&lt;br /&gt;
* [[isMouseInPosition|dxIsInPosition]]&lt;br /&gt;
* [[dxDrawCircle|dxCircle]]&lt;br /&gt;
* [[dxDrawImageSection|dxImageSection]]&lt;br /&gt;
* [[guiCreateWindow|guiWindow]]&lt;br /&gt;
* [[guiCreateButton|guiButton]]&lt;br /&gt;
* [[guiCreateMemo|guiMemo]]&lt;br /&gt;
* [[guiCreateLabel|guiLabel]]&lt;br /&gt;
* [[guiCreateCheckBox|guiCheckBox]]&lt;br /&gt;
* [[guiCreateEdit|guiEdit]]&lt;br /&gt;
* [[guiCreateProgressBar|guiProgress]]&lt;br /&gt;
* [[guiCreateRadioButton|guiRadioButton]]&lt;br /&gt;
* [[guiCreateGridList|guiGridList]]&lt;br /&gt;
* [[guiCreateTabPanel|guiTabPanel]]&lt;br /&gt;
* [[guiCreateTab|guiTab]]&lt;br /&gt;
* [[guiCreateStaticImage|guiImage]]&lt;br /&gt;
* [[guiCreateScrollBar|guiScrollBar]]&lt;br /&gt;
* [[guiCreateScrollPane|guiScrollPane]]&lt;br /&gt;
* [[guiCreateComboBox|guiComboBox]]&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxRectangle(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxText(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxImage(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxText&amp;diff=75953</id>
		<title>DxText</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxText&amp;diff=75953"/>
		<updated>2023-01-05T17:37:41Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}} &lt;br /&gt;
This function draws a dxText but it will make it relative.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dxDrawText ( string text, float leftX, float topY [, float rightX = leftX, float bottomY = topY, int color = white, float scaleXY = 1.0 [, float scaleY = 1.0 ],&lt;br /&gt;
                  mixed font = &amp;quot;default&amp;quot;, string alignX = &amp;quot;left&amp;quot;, string alignY = &amp;quot;top&amp;quot;, bool clip = false, bool wordBreak = false,&lt;br /&gt;
                  bool postGUI = false, bool colorCoded = false, bool subPixelPositioning = false,&lt;br /&gt;
                  float fRotation = 0.0, float fRotationCenterX = 0.0, float fRotationCenterY = 0.0, float fLineSpacing = 0.0] )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''text:''' the text to draw&lt;br /&gt;
*'''leftX:''' the absolute X coordinate of the top left corner of the text&lt;br /&gt;
*'''topY:''' the absolute Y coordinate of the top left corner of the text&lt;br /&gt;
&lt;br /&gt;
===Optional Arguments===&lt;br /&gt;
*'''rightX:''' the absolute X coordinate of the right side of the text bounding box. Used for text aligning, clipping and word breaking.&lt;br /&gt;
*'''bottomY:''' the absolute Y coordinate of the bottom side of the text bounding box. Used for text aligning, clipping and word breaking.&lt;br /&gt;
*'''color:''' the color of the text, a value produced by [[tocolor]] or 0xAARRGGBB (AA = alpha, RR = red, GG = green, BB = blue).&lt;br /&gt;
*'''scale:''' the size of the text.'''scale:''' can (optionally) be specified as two floats. i.e. '''scaleX, scaleY'''&lt;br /&gt;
*'''font:''' Either a custom [[DX font]] element or the name of a built-in DX font: '''Note: Some fonts are incompatible with certain languages such as Arabic.'''&lt;br /&gt;
{{DxFonts}}&lt;br /&gt;
*'''alignX:''' horizontal alignment of the text within the bounding box. Can be '''&amp;quot;left&amp;quot;''', '''&amp;quot;center&amp;quot;''' or '''&amp;quot;right&amp;quot;'''.&lt;br /&gt;
*'''alignY:''' vertical alignment of the text within the bounding box. Can be '''&amp;quot;top&amp;quot;''', '''&amp;quot;center&amp;quot;''' or '''&amp;quot;bottom&amp;quot;'''.&lt;br /&gt;
*'''clip:''' if set to ''true'', the parts of the text that don't fit within the bounding box will be cut off.&lt;br /&gt;
*'''wordBreak:''' if set to ''true'', the text will wrap to a new line whenever it reaches the right side of the bounding box. If ''false'', the text will always be completely on one line.&lt;br /&gt;
* '''postGUI:''' A bool representing whether the text should be drawn on top of or behind any ingame GUI (rendered by CEGUI).&lt;br /&gt;
*'''colorCoded:''' Set to true to enable embedded #FFFFFF color codes. '''Note: clip and wordBreak are forced false if this is set.'''&lt;br /&gt;
*'''subPixelPositioning:''' A bool representing whether the text can be positioned sub-pixel-ly. Looks nicer for moving/scaling animations.&lt;br /&gt;
*'''fRotation:''' Rotation'''&lt;br /&gt;
*'''fRotationCenterX:''' Rotation Origin X'''&lt;br /&gt;
*'''fRotationCenterY:''' Rotation Origin Y'''&lt;br /&gt;
*'''fLineSpacing:''' Distance in pixels between the lines of text, this can be a negative number, works only when '''colorCoded''' is set to true''&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if successful, ''false'' otherwise.&lt;br /&gt;
&lt;br /&gt;
==Resource==&lt;br /&gt;
[https://wiki.multitheftauto.com/wiki/Resource:RDX RDX]&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
function drawStuff()&lt;br /&gt;
	dxText(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
end&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root, drawStuff)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxText&amp;diff=75952</id>
		<title>DxText</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxText&amp;diff=75952"/>
		<updated>2023-01-05T17:35:24Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: Created page with &amp;quot;__NOTOC__  {{Client function}}  This function draws a dxText but it will make it relative.  ==Syntax== &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; bool dxDrawText ( string text, float leftX, float topY [, float rightX = leftX, float bottomY = topY, int color = white, float scaleXY = 1.0 [, float scaleY = 1.0 ],                   mixed font = &amp;quot;default&amp;quot;, string alignX = &amp;quot;left&amp;quot;, string alignY = &amp;quot;top&amp;quot;, bool clip = false, bool wordBreak = false,                   bool postGUI = false, bool...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}} &lt;br /&gt;
This function draws a dxText but it will make it relative.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dxDrawText ( string text, float leftX, float topY [, float rightX = leftX, float bottomY = topY, int color = white, float scaleXY = 1.0 [, float scaleY = 1.0 ],&lt;br /&gt;
                  mixed font = &amp;quot;default&amp;quot;, string alignX = &amp;quot;left&amp;quot;, string alignY = &amp;quot;top&amp;quot;, bool clip = false, bool wordBreak = false,&lt;br /&gt;
                  bool postGUI = false, bool colorCoded = false, bool subPixelPositioning = false,&lt;br /&gt;
                  float fRotation = 0.0, float fRotationCenterX = 0.0, float fRotationCenterY = 0.0, float fLineSpacing = 0.0] )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''text:''' the text to draw&lt;br /&gt;
*'''leftX:''' the absolute X coordinate of the top left corner of the text&lt;br /&gt;
*'''topY:''' the absolute Y coordinate of the top left corner of the text&lt;br /&gt;
&lt;br /&gt;
===Optional Arguments===&lt;br /&gt;
*'''rightX:''' the absolute X coordinate of the right side of the text bounding box. Used for text aligning, clipping and word breaking.&lt;br /&gt;
*'''bottomY:''' the absolute Y coordinate of the bottom side of the text bounding box. Used for text aligning, clipping and word breaking.&lt;br /&gt;
*'''color:''' the color of the text, a value produced by [[tocolor]] or 0xAARRGGBB (AA = alpha, RR = red, GG = green, BB = blue).&lt;br /&gt;
*'''scale:''' the size of the text.'''scale:''' can (optionally) be specified as two floats. i.e. '''scaleX, scaleY'''&lt;br /&gt;
*'''font:''' Either a custom [[DX font]] element or the name of a built-in DX font: '''Note: Some fonts are incompatible with certain languages such as Arabic.'''&lt;br /&gt;
{{DxFonts}}&lt;br /&gt;
*'''alignX:''' horizontal alignment of the text within the bounding box. Can be '''&amp;quot;left&amp;quot;''', '''&amp;quot;center&amp;quot;''' or '''&amp;quot;right&amp;quot;'''.&lt;br /&gt;
*'''alignY:''' vertical alignment of the text within the bounding box. Can be '''&amp;quot;top&amp;quot;''', '''&amp;quot;center&amp;quot;''' or '''&amp;quot;bottom&amp;quot;'''.&lt;br /&gt;
*'''clip:''' if set to ''true'', the parts of the text that don't fit within the bounding box will be cut off.&lt;br /&gt;
*'''wordBreak:''' if set to ''true'', the text will wrap to a new line whenever it reaches the right side of the bounding box. If ''false'', the text will always be completely on one line.&lt;br /&gt;
* '''postGUI:''' A bool representing whether the text should be drawn on top of or behind any ingame GUI (rendered by CEGUI).&lt;br /&gt;
*'''colorCoded:''' Set to true to enable embedded #FFFFFF color codes. '''Note: clip and wordBreak are forced false if this is set.'''&lt;br /&gt;
*'''subPixelPositioning:''' A bool representing whether the text can be positioned sub-pixel-ly. Looks nicer for moving/scaling animations.&lt;br /&gt;
*'''fRotation:''' Rotation'''&lt;br /&gt;
*'''fRotationCenterX:''' Rotation Origin X'''&lt;br /&gt;
*'''fRotationCenterY:''' Rotation Origin Y'''&lt;br /&gt;
*'''fLineSpacing:''' Distance in pixels between the lines of text, this can be a negative number, works only when '''colorCoded''' is set to true''&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if successful, ''false'' otherwise.&lt;br /&gt;
&lt;br /&gt;
==Resource==&lt;br /&gt;
[https://wiki.multitheftauto.com/wiki/Resource:RDX RDX]&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
function drawStuff()&lt;br /&gt;
	dxText(630, 446, 106, 26, tocolor(51, 51, 51, 255), false)&lt;br /&gt;
end&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root, drawStuff)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75951</id>
		<title>DxRectangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75951"/>
		<updated>2023-01-05T17:32:33Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}} &lt;br /&gt;
This function draws a dxRectangle but it will make it relative.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dxRectangle ( float startX, float startY, float width, float height [, int color = white, bool postGUI = false, bool subPixelPositioning = false ] )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
* '''startX:''' An float representing the '''absolute''' origin X position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''startY:''' An float representing the '''absolute''' origin Y position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''width:''' An float representing the width of the rectangle, drawn in a ''right'' direction from the origin.&lt;br /&gt;
* '''height:''' An float representing the height of the rectangle, drawn in a ''downwards'' direction from the origin.&lt;br /&gt;
&lt;br /&gt;
===Optional Arguments===&lt;br /&gt;
*'''color:''' the hex color of the rectangle, produced using [[tocolor]] or 0xAARRGGBB (AA = alpha, RR = red, GG = green, BB = blue).&lt;br /&gt;
* '''postGUI:''' A bool representing whether the line should be drawn on top of or behind any ingame GUI.&lt;br /&gt;
*'''subPixelPositioning:''' A bool representing whether the rectangle can be positioned sub-pixel-ly.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns true if the operation was successful, false otherwise.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resource==&lt;br /&gt;
[https://wiki.multitheftauto.com/wiki/Resource:RDX RDX]&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
function drawStuff()&lt;br /&gt;
	dxRectangle(630, 446, 106, 26, tocolor(51, 51, 51, 255), false)&lt;br /&gt;
end&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root, drawStuff)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75950</id>
		<title>DxRectangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75950"/>
		<updated>2023-01-05T17:31:17Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Resource */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}} &lt;br /&gt;
This function draws a dxRectangle but it will make it relative.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dxRectangle ( float startX, float startY, float width, float height [, int color = white, bool postGUI = false, bool subPixelPositioning = false ] )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
* '''startX:''' An float representing the '''absolute''' origin X position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''startY:''' An float representing the '''absolute''' origin Y position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''width:''' An float representing the width of the rectangle, drawn in a ''right'' direction from the origin.&lt;br /&gt;
* '''height:''' An float representing the height of the rectangle, drawn in a ''downwards'' direction from the origin.&lt;br /&gt;
&lt;br /&gt;
===Optional Arguments===&lt;br /&gt;
*'''color:''' the hex color of the rectangle, produced using [[tocolor]] or 0xAARRGGBB (AA = alpha, RR = red, GG = green, BB = blue).&lt;br /&gt;
* '''postGUI:''' A bool representing whether the line should be drawn on top of or behind any ingame GUI.&lt;br /&gt;
*'''subPixelPositioning:''' A bool representing whether the rectangle can be positioned sub-pixel-ly.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns true if the operation was successful, false otherwise.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resource==&lt;br /&gt;
[https://wiki.multitheftauto.com/wiki/Resource:RDX RDX]&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
function drawStuff()&lt;br /&gt;
	dxRectangle(630, 446, 106, 26, tocolor(51, 51, 51, 255), false)&lt;br /&gt;
end&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root, drawStuff) r.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75949</id>
		<title>DxRectangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75949"/>
		<updated>2023-01-05T17:30:38Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Resource */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}} &lt;br /&gt;
This function draws a dxRectangle but it will make it relative.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dxRectangle ( float startX, float startY, float width, float height [, int color = white, bool postGUI = false, bool subPixelPositioning = false ] )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
* '''startX:''' An float representing the '''absolute''' origin X position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''startY:''' An float representing the '''absolute''' origin Y position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''width:''' An float representing the width of the rectangle, drawn in a ''right'' direction from the origin.&lt;br /&gt;
* '''height:''' An float representing the height of the rectangle, drawn in a ''downwards'' direction from the origin.&lt;br /&gt;
&lt;br /&gt;
===Optional Arguments===&lt;br /&gt;
*'''color:''' the hex color of the rectangle, produced using [[tocolor]] or 0xAARRGGBB (AA = alpha, RR = red, GG = green, BB = blue).&lt;br /&gt;
* '''postGUI:''' A bool representing whether the line should be drawn on top of or behind any ingame GUI.&lt;br /&gt;
*'''subPixelPositioning:''' A bool representing whether the rectangle can be positioned sub-pixel-ly.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns true if the operation was successful, false otherwise.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resource==&lt;br /&gt;
[[RDX]]&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
function drawStuff()&lt;br /&gt;
	dxRectangle(630, 446, 106, 26, tocolor(51, 51, 51, 255), false)&lt;br /&gt;
end&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root, drawStuff) r.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75948</id>
		<title>DxRectangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75948"/>
		<updated>2023-01-05T17:30:02Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Resource */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}} &lt;br /&gt;
This function draws a dxRectangle but it will make it relative.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dxRectangle ( float startX, float startY, float width, float height [, int color = white, bool postGUI = false, bool subPixelPositioning = false ] )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
* '''startX:''' An float representing the '''absolute''' origin X position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''startY:''' An float representing the '''absolute''' origin Y position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''width:''' An float representing the width of the rectangle, drawn in a ''right'' direction from the origin.&lt;br /&gt;
* '''height:''' An float representing the height of the rectangle, drawn in a ''downwards'' direction from the origin.&lt;br /&gt;
&lt;br /&gt;
===Optional Arguments===&lt;br /&gt;
*'''color:''' the hex color of the rectangle, produced using [[tocolor]] or 0xAARRGGBB (AA = alpha, RR = red, GG = green, BB = blue).&lt;br /&gt;
* '''postGUI:''' A bool representing whether the line should be drawn on top of or behind any ingame GUI.&lt;br /&gt;
*'''subPixelPositioning:''' A bool representing whether the rectangle can be positioned sub-pixel-ly.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns true if the operation was successful, false otherwise.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resource==&lt;br /&gt;
[[RDX|wiki/Resource:RDX]]&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
function drawStuff()&lt;br /&gt;
	dxRectangle(630, 446, 106, 26, tocolor(51, 51, 51, 255), false)&lt;br /&gt;
end&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root, drawStuff) r.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75947</id>
		<title>DxRectangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75947"/>
		<updated>2023-01-05T17:29:44Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Resource */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}} &lt;br /&gt;
This function draws a dxRectangle but it will make it relative.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dxRectangle ( float startX, float startY, float width, float height [, int color = white, bool postGUI = false, bool subPixelPositioning = false ] )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
* '''startX:''' An float representing the '''absolute''' origin X position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''startY:''' An float representing the '''absolute''' origin Y position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''width:''' An float representing the width of the rectangle, drawn in a ''right'' direction from the origin.&lt;br /&gt;
* '''height:''' An float representing the height of the rectangle, drawn in a ''downwards'' direction from the origin.&lt;br /&gt;
&lt;br /&gt;
===Optional Arguments===&lt;br /&gt;
*'''color:''' the hex color of the rectangle, produced using [[tocolor]] or 0xAARRGGBB (AA = alpha, RR = red, GG = green, BB = blue).&lt;br /&gt;
* '''postGUI:''' A bool representing whether the line should be drawn on top of or behind any ingame GUI.&lt;br /&gt;
*'''subPixelPositioning:''' A bool representing whether the rectangle can be positioned sub-pixel-ly.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns true if the operation was successful, false otherwise.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resource==&lt;br /&gt;
[[RDX|RDX]]&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
function drawStuff()&lt;br /&gt;
	dxRectangle(630, 446, 106, 26, tocolor(51, 51, 51, 255), false)&lt;br /&gt;
end&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root, drawStuff) r.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75946</id>
		<title>DxRectangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75946"/>
		<updated>2023-01-05T17:28:57Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}} &lt;br /&gt;
This function draws a dxRectangle but it will make it relative.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dxRectangle ( float startX, float startY, float width, float height [, int color = white, bool postGUI = false, bool subPixelPositioning = false ] )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
* '''startX:''' An float representing the '''absolute''' origin X position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''startY:''' An float representing the '''absolute''' origin Y position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''width:''' An float representing the width of the rectangle, drawn in a ''right'' direction from the origin.&lt;br /&gt;
* '''height:''' An float representing the height of the rectangle, drawn in a ''downwards'' direction from the origin.&lt;br /&gt;
&lt;br /&gt;
===Optional Arguments===&lt;br /&gt;
*'''color:''' the hex color of the rectangle, produced using [[tocolor]] or 0xAARRGGBB (AA = alpha, RR = red, GG = green, BB = blue).&lt;br /&gt;
* '''postGUI:''' A bool representing whether the line should be drawn on top of or behind any ingame GUI.&lt;br /&gt;
*'''subPixelPositioning:''' A bool representing whether the rectangle can be positioned sub-pixel-ly.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns true if the operation was successful, false otherwise.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Resource==&lt;br /&gt;
[[RDX|Resource:RDX]]&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
function drawStuff()&lt;br /&gt;
	dxRectangle(630, 446, 106, 26, tocolor(51, 51, 51, 255), false)&lt;br /&gt;
end&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root, drawStuff) r.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75945</id>
		<title>DxRectangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75945"/>
		<updated>2023-01-05T17:28:12Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}} &lt;br /&gt;
This function draws a dxRectangle but it will make it relative.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dxRectangle ( float startX, float startY, float width, float height [, int color = white, bool postGUI = false, bool subPixelPositioning = false ] )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
* '''startX:''' An float representing the '''absolute''' origin X position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''startY:''' An float representing the '''absolute''' origin Y position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''width:''' An float representing the width of the rectangle, drawn in a ''right'' direction from the origin.&lt;br /&gt;
* '''height:''' An float representing the height of the rectangle, drawn in a ''downwards'' direction from the origin.&lt;br /&gt;
&lt;br /&gt;
===Optional Arguments===&lt;br /&gt;
*'''color:''' the hex color of the rectangle, produced using [[tocolor]] or 0xAARRGGBB (AA = alpha, RR = red, GG = green, BB = blue).&lt;br /&gt;
* '''postGUI:''' A bool representing whether the line should be drawn on top of or behind any ingame GUI.&lt;br /&gt;
*'''subPixelPositioning:''' A bool representing whether the rectangle can be positioned sub-pixel-ly.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns true if the operation was successful, false otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
function drawStuff()&lt;br /&gt;
	dxRectangle(630, 446, 106, 26, tocolor(51, 51, 51, 255), false)&lt;br /&gt;
end&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root, drawStuff) r.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75944</id>
		<title>DxRectangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75944"/>
		<updated>2023-01-05T17:27:33Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}} &lt;br /&gt;
This function draws a dxRectangle but it will make it relative.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dxRectangle ( float startX, float startY, float width, float height [, int color = white, bool postGUI = false, bool subPixelPositioning = false ] )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
* '''startX:''' An float representing the '''absolute''' origin X position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''startY:''' An float representing the '''absolute''' origin Y position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''width:''' An float representing the width of the rectangle, drawn in a ''right'' direction from the origin.&lt;br /&gt;
* '''height:''' An float representing the height of the rectangle, drawn in a ''downwards'' direction from the origin.&lt;br /&gt;
&lt;br /&gt;
===Optional Arguments===&lt;br /&gt;
*'''color:''' the hex color of the rectangle, produced using [[tocolor]] or 0xAARRGGBB (AA = alpha, RR = red, GG = green, BB = blue).&lt;br /&gt;
* '''postGUI:''' A bool representing whether the line should be drawn on top of or behind any ingame GUI.&lt;br /&gt;
*'''subPixelPositioning:''' A bool representing whether the rectangle can be positioned sub-pixel-ly.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns true if the operation was successful, false otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:import())()&lt;br /&gt;
&lt;br /&gt;
function drawStuff()&lt;br /&gt;
	dxRectangle(630, 446, 106, 26, tocolor(51, 51, 51, 255), false)&lt;br /&gt;
end&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root, drawStuff) r.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75943</id>
		<title>DxRectangle</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=DxRectangle&amp;diff=75943"/>
		<updated>2023-01-05T17:27:03Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: Created page with &amp;quot;__NOTOC__  {{Client function}}  This function draws a dxRectangle but it will make it relative.  ==Syntax== &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt; bool dxRectangle ( float startX, float startY, float width, float height [, int color = white, bool postGUI = false, bool subPixelPositioning = false ] ) &amp;lt;/syntaxhighlight&amp;gt;  ===Required Arguments===  * '''startX:''' An float representing the '''absolute''' origin X position of the rectangle, represented by pixels on the screen. * '''sta...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Client function}} &lt;br /&gt;
This function draws a dxRectangle but it will make it relative.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool dxRectangle ( float startX, float startY, float width, float height [, int color = white, bool postGUI = false, bool subPixelPositioning = false ] )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
* '''startX:''' An float representing the '''absolute''' origin X position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''startY:''' An float representing the '''absolute''' origin Y position of the rectangle, represented by pixels on the screen.&lt;br /&gt;
* '''width:''' An float representing the width of the rectangle, drawn in a ''right'' direction from the origin.&lt;br /&gt;
* '''height:''' An float representing the height of the rectangle, drawn in a ''downwards'' direction from the origin.&lt;br /&gt;
&lt;br /&gt;
===Optional Arguments===&lt;br /&gt;
*'''color:''' the hex color of the rectangle, produced using [[tocolor]] or 0xAARRGGBB (AA = alpha, RR = red, GG = green, BB = blue).&lt;br /&gt;
* '''postGUI:''' A bool representing whether the line should be drawn on top of or behind any ingame GUI.&lt;br /&gt;
{{New feature/item|9.06931|1.4.0|6931|&lt;br /&gt;
*'''subPixelPositioning:''' A bool representing whether the rectangle can be positioned sub-pixel-ly.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns true if the operation was successful, false otherwise.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;section name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:import())()&lt;br /&gt;
&lt;br /&gt;
function drawStuff()&lt;br /&gt;
	dxRectangle(630, 446, 106, 26, tocolor(51, 51, 51, 255), false)&lt;br /&gt;
end&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root, drawStuff) r.&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75942</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75942"/>
		<updated>2023-01-05T17:10:55Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Download ===&lt;br /&gt;
Github Source: https://github.com/Mr3bOfficial/rdx&lt;br /&gt;
&lt;br /&gt;
===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.rdx:import())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''rdx/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''rdx/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-rdx''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
* [[dxDrawText|dxText]]&lt;br /&gt;
* [[dxDrawImage|dxImage]]&lt;br /&gt;
* [[dxDrawRectangle|dxRectangle]]&lt;br /&gt;
* [[RoundedRectangle|dxRoundedRectangle]]&lt;br /&gt;
* [[isMouseInPosition|dxIsInPosition]]&lt;br /&gt;
* [[dxDrawCircle|dxCircle]]&lt;br /&gt;
* [[dxDrawImageSection|dxImageSection]]&lt;br /&gt;
* [[guiCreateWindow|guiWindow]]&lt;br /&gt;
* [[guiCreateButton|guiButton]]&lt;br /&gt;
* [[guiCreateMemo|guiMemo]]&lt;br /&gt;
* [[guiCreateLabel|guiLabel]]&lt;br /&gt;
* [[guiCreateCheckBox|guiCheckBox]]&lt;br /&gt;
* [[guiCreateEdit|guiEdit]]&lt;br /&gt;
* [[guiCreateProgressBar|guiProgress]]&lt;br /&gt;
* [[guiCreateRadioButton|guiRadioButton]]&lt;br /&gt;
* [[guiCreateGridList|guiGridList]]&lt;br /&gt;
* [[guiCreateTabPanel|guiTabPanel]]&lt;br /&gt;
* [[guiCreateTab|guiTab]]&lt;br /&gt;
* [[guiCreateStaticImage|guiImage]]&lt;br /&gt;
* [[guiCreateScrollBar|guiScrollBar]]&lt;br /&gt;
* [[guiCreateScrollPane|guiScrollPane]]&lt;br /&gt;
* [[guiCreateComboBox|guiComboBox]]&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxRectangle(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxText(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxImage(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75941</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75941"/>
		<updated>2023-01-05T16:40:37Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Download */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Download ===&lt;br /&gt;
Github Source: https://github.com/Mr3bOfficial/rdx&lt;br /&gt;
&lt;br /&gt;
===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.rdx:import())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''rdx/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''rdx/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-rdx''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
* [[dxDrawText|dxText]]&lt;br /&gt;
* [[dxDrawImage|dxImage]]&lt;br /&gt;
* [[dxDrawRectangle|dxRectangle]]&lt;br /&gt;
* [[RoundedRectangle|dxRoundedRectangle]]&lt;br /&gt;
* [[isMouseInPosition|dxIsInPosition]]&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxRectangle(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxText(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxImage(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75940</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75940"/>
		<updated>2023-01-05T16:40:07Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Source */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Github Source: https://github.com/Mr3bOfficial/rdx&lt;br /&gt;
&lt;br /&gt;
===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.rdx:import())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''rdx/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''rdx/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-rdx''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
* [[dxDrawText|dxText]]&lt;br /&gt;
* [[dxDrawImage|dxImage]]&lt;br /&gt;
* [[dxDrawRectangle|dxRectangle]]&lt;br /&gt;
* [[RoundedRectangle|dxRoundedRectangle]]&lt;br /&gt;
* [[isMouseInPosition|dxIsInPosition]]&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxRectangle(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxText(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxImage(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75939</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75939"/>
		<updated>2023-01-05T16:17:37Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.rdx:import())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''rdx/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''rdx/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-rdx''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
* [[dxDrawText|dxText]]&lt;br /&gt;
* [[dxDrawImage|dxImage]]&lt;br /&gt;
* [[dxDrawRectangle|dxRectangle]]&lt;br /&gt;
* [[RoundedRectangle|dxRoundedRectangle]]&lt;br /&gt;
* [[isMouseInPosition|dxIsInPosition]]&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxRectangle(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxText(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxImage(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75938</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75938"/>
		<updated>2023-01-05T16:16:38Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* How to Use */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.rdx:import())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
* [[dxDrawText|dxText]]&lt;br /&gt;
* [[dxDrawImage|dxImage]]&lt;br /&gt;
* [[dxDrawRectangle|dxRectangle]]&lt;br /&gt;
* [[RoundedRectangle|dxRoundedRectangle]]&lt;br /&gt;
* [[isMouseInPosition|dxIsInPosition]]&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxRectangle(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxText(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxImage(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75937</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75937"/>
		<updated>2023-01-05T16:16:12Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.fixing:importSizes())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
* [[dxDrawText|dxText]]&lt;br /&gt;
* [[dxDrawImage|dxImage]]&lt;br /&gt;
* [[dxDrawRectangle|dxRectangle]]&lt;br /&gt;
* [[RoundedRectangle|dxRoundedRectangle]]&lt;br /&gt;
* [[isMouseInPosition|dxIsInPosition]]&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:import())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxRectangle(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxText(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxImage(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75936</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75936"/>
		<updated>2023-01-05T16:15:42Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.fixing:importSizes())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
* [[dxDrawText|dxText]]&lt;br /&gt;
* [[dxDrawImage|dxImage]]&lt;br /&gt;
* [[dxDrawRectangle|dxRectangle]]&lt;br /&gt;
* [[RoundedRectangle|dxRoundedRectangle]]&lt;br /&gt;
* [[isMouseInPosition|dxIsInPosition]]&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:load())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxRectangle(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxText(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxImage(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75935</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75935"/>
		<updated>2023-01-05T16:12:41Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.fixing:importSizes())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
* [[dxDrawText|rdxDrawText]]&lt;br /&gt;
* [[dxDrawImage|rdxDrawImage]]&lt;br /&gt;
* [[dxDrawRectangle|rdxDrawRectangle]]&lt;br /&gt;
* [[RoundedRectangle|rdxDrawRoundedRectangle]]&lt;br /&gt;
* [[isMouseInPosition|rdxIsMouseInPosition]]&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.rdx:load())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxRectangle(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxText(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxImage(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75934</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75934"/>
		<updated>2023-01-05T16:02:46Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.fixing:importSizes())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
* [[dxDrawText|rdxDrawText]]&lt;br /&gt;
* [[dxDrawImage|rdxDrawImage]]&lt;br /&gt;
* [[dxDrawRectangle|rdxDrawRectangle]]&lt;br /&gt;
* [[RoundedRectangle|rdxDrawRoundedRectangle]]&lt;br /&gt;
* [[isMouseInPosition|rdxIsMouseInPosition]]&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:importSizes())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        rdxDrawRectangle(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        rdxDrawText(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        rdxDrawImage(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:Fixing&amp;diff=75933</id>
		<title>Resource:Fixing</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:Fixing&amp;diff=75933"/>
		<updated>2023-01-05T16:02:17Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: OfficialMr3b moved page Resource:Fixing to Resource:RDX: Changed the Name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Resource:RDX]]&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75932</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75932"/>
		<updated>2023-01-05T16:02:17Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: OfficialMr3b moved page Resource:Fixing to Resource:RDX: Changed the Name&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.fixing:importSizes())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
* [[dxDrawText|rdxDrawText]]&lt;br /&gt;
* [[dxDrawImage|rdxDrawImage]]&lt;br /&gt;
* [[dxDrawRectangle|rdxDrawRectangle]]&lt;br /&gt;
* [[RoundedRectangle|rdxDrawRoundedRectangle]]&lt;br /&gt;
* [[isMouseInPosition|rdxIsMouseInPosition]]&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:importSizes())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxDrawRectangleFixed(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxDrawTextFixed(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxDrawImageFixed(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75931</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75931"/>
		<updated>2023-01-05T16:01:08Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Supported Functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.fixing:importSizes())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Functions==&lt;br /&gt;
* [[dxDrawText|rdxDrawText]]&lt;br /&gt;
* [[dxDrawImage|rdxDrawImage]]&lt;br /&gt;
* [[dxDrawRectangle|rdxDrawRectangle]]&lt;br /&gt;
* [[RoundedRectangle|rdxDrawRoundedRectangle]]&lt;br /&gt;
* [[isMouseInPosition|rdxIsMouseInPosition]]&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:importSizes())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxDrawRectangleFixed(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxDrawTextFixed(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxDrawImageFixed(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75930</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75930"/>
		<updated>2023-01-05T15:49:19Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* How to Use */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code ''loadstring(exports.fixing:importSizes())()'' then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supported Functions==&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:importSizes())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxDrawRectangleFixed(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxDrawTextFixed(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxDrawImageFixed(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75929</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75929"/>
		<updated>2023-01-05T15:47:13Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supported Functions==&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:importSizes())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxDrawRectangleFixed(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxDrawTextFixed(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxDrawImageFixed(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75928</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75928"/>
		<updated>2023-01-05T15:46:53Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supported Functions==&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:importSizes())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxDrawRectangleFixed(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxDrawTextFixed(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxDrawImageFixed(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Drawing_functions}}&lt;br /&gt;
[[hu:dxDrawRectangle]]&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75927</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75927"/>
		<updated>2023-01-05T15:46:14Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supported Functions==&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:importSizes())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxDrawRectangleFixed(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxDrawTextFixed(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxDrawImageFixed(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Server functions}}&lt;br /&gt;
[[pt-br:DxDrawRectangle]]&lt;br /&gt;
[[ru:DxDrawRectangle]]&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75926</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75926"/>
		<updated>2023-01-05T15:43:17Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: removed Category:DX шрифт using HotCat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supported Functions==&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:importSizes())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxDrawRectangleFixed(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxDrawTextFixed(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxDrawImageFixed(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75925</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75925"/>
		<updated>2023-01-05T15:43:14Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: added Category:DX шрифт using HotCat&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supported Functions==&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:importSizes())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxDrawRectangleFixed(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxDrawTextFixed(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxDrawImageFixed(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:DX шрифт]]&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75924</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75924"/>
		<updated>2023-01-05T15:42:51Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supported Functions==&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:importSizes())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxDrawRectangleFixed(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxDrawTextFixed(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxDrawImageFixed(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75923</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75923"/>
		<updated>2023-01-05T15:42:37Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supported Functions==&lt;br /&gt;
1&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Example 1 - Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:importSizes())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxDrawRectangleFixed(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxDrawTextFixed(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxDrawImageFixed(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75922</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75922"/>
		<updated>2023-01-05T15:42:17Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Supported Functions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Supported Functions==&lt;br /&gt;
1&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75921</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75921"/>
		<updated>2023-01-05T15:41:43Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75919</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75919"/>
		<updated>2023-01-05T15:41:07Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: /* How to Use */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How to Use===&lt;br /&gt;
First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75918</id>
		<title>Resource:RDX</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Resource:RDX&amp;diff=75918"/>
		<updated>2023-01-05T14:51:45Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: Created page with &amp;quot;This resource helps you to make your script relative ===How to Use=== First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples  ===Notes=== 1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt; 2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt; 3 - To update the resource you need to type ''/update-...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This resource helps you to make your script relative&lt;br /&gt;
===How to Use===&lt;br /&gt;
First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples&lt;br /&gt;
&lt;br /&gt;
===Notes===&lt;br /&gt;
1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.&amp;lt;br&amp;gt;&lt;br /&gt;
2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.&amp;lt;br&amp;gt;&lt;br /&gt;
3 - To update the resource you need to type ''/update-fixing''.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Example==  &lt;br /&gt;
&amp;lt;section show=&amp;quot;true&amp;quot; name=&amp;quot;Example 1 - Client&amp;quot; class=&amp;quot;client&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
loadstring(exports.fixing:importSizes())()&lt;br /&gt;
&lt;br /&gt;
addEventHandler(&amp;quot;onClientRender&amp;quot;, root,&lt;br /&gt;
    function()&lt;br /&gt;
        dxDrawRectangleFixed(468, 279, 430, 211, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
        dxDrawTextFixed(&amp;quot;Hello this is Mr3b&amp;quot;, 468, 279, 898, 307, tocolor(0, 0, 0, 254), 1.00, &amp;quot;default&amp;quot;, &amp;quot;center&amp;quot;, &amp;quot;center&amp;quot;, false, false, false, false, false)&lt;br /&gt;
        dxDrawImageFixed(622, 338, 123, 92, &amp;quot;:guieditor/images/examples/mtalogo.png&amp;quot;, 0, 0, 0, tocolor(255, 255, 255, 255), false)&lt;br /&gt;
    end&lt;br /&gt;
)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:OfficialMr3b&amp;diff=75917</id>
		<title>User:OfficialMr3b</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:OfficialMr3b&amp;diff=75917"/>
		<updated>2023-01-05T14:34:32Z</updated>

		<summary type="html">&lt;p&gt;OfficialMr3b: IDK&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello there i am mr3b.&lt;/div&gt;</summary>
		<author><name>OfficialMr3b</name></author>
	</entry>
</feed>