<?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=Hh</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=Hh"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Hh"/>
	<updated>2026-04-28T23:27:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Hh&amp;diff=69714</id>
		<title>User:Hh</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Hh&amp;diff=69714"/>
		<updated>2021-03-28T17:34:03Z</updated>

		<summary type="html">&lt;p&gt;Hh: Replaced content with &amp;quot;'''hello!'''&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''hello!'''&lt;/div&gt;</summary>
		<author><name>Hh</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Hh&amp;diff=69713</id>
		<title>User:Hh</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Hh&amp;diff=69713"/>
		<updated>2021-03-28T17:33:11Z</updated>

		<summary type="html">&lt;p&gt;Hh: DxDrawCheckBox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;function DxDrawCheckBox(x, y, w, h, text, chek )&lt;br /&gt;
	local mx, my = getMousePos()&lt;br /&gt;
	local color1 = tocolor(255, 255, 255, 255)&lt;br /&gt;
	local color2 = tocolor(82, 82, 82, 255)&lt;br /&gt;
	local color3 = tocolor(255, 255, 255, 255)&lt;br /&gt;
	if isPointInRect(mx, my, x, y, w, h) then&lt;br /&gt;
		color3 = tocolor(200, 200, 200, 200)&lt;br /&gt;
	end&lt;br /&gt;
	local pos = x&lt;br /&gt;
	dxDrawRectangle(x, y, w, h, color1, false)&lt;br /&gt;
	dxDrawRectangle(x + 2, y + 2, w - 4, h - 4, color2, false)&lt;br /&gt;
	if chek then&lt;br /&gt;
		dxDrawRectangle(pos + 4, y + 4, w - 8, h - 8, color3, false)&lt;br /&gt;
	end&lt;br /&gt;
	dxDrawText(text, pos + 30, y + 6, 30 + pos + 25, h - 12 + y + 6, tcolor, 1, &amp;quot;default-bold&amp;quot;, &amp;quot;left&amp;quot;, &amp;quot;center&amp;quot;, true, false, false, true)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function getMousePos()&lt;br /&gt;
	local xsc, ysc = guiGetScreenSize()&lt;br /&gt;
	local mx, my = getCursorPosition()&lt;br /&gt;
	if not mx or not my then&lt;br /&gt;
		mx, my = 0, 0&lt;br /&gt;
	end&lt;br /&gt;
	return mx * xsc, my * ysc&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function isPointInRect(x, y, rx, ry, rw, rh)&lt;br /&gt;
	if x &amp;gt;= rx and y &amp;gt;= ry and x &amp;lt;= rx + rw and y &amp;lt;= ry + rh then&lt;br /&gt;
		return true&lt;br /&gt;
	else&lt;br /&gt;
		return false&lt;br /&gt;
	end&lt;br /&gt;
end&lt;/div&gt;</summary>
		<author><name>Hh</name></author>
	</entry>
</feed>