<?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=Twig2</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=Twig2"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Twig2"/>
	<updated>2026-05-07T18:00:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=SetMarkerColor&amp;diff=3550</id>
		<title>SetMarkerColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=SetMarkerColor&amp;diff=3550"/>
		<updated>2006-06-13T10:37:48Z</updated>

		<summary type="html">&lt;p&gt;Twig2: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==Description==&lt;br /&gt;
This function sets the color of the specified marker by modifying the values for red, green and blue.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool setMarkerColor ( marker marker, int r, int g, int b, int a )&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments===&lt;br /&gt;
*'''marker''': The [[marker]] that you wish to set the color of.&lt;br /&gt;
*'''r''': The amount of red in the final color (0 to 255).&lt;br /&gt;
*'''g''': The amount of green in the final color (0 to 255).&lt;br /&gt;
*'''b''': The amount of blue in the final color (0 to 255).&lt;br /&gt;
*'''a''': The amount of alpha in the final color (0 to 255).&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;newmarker = createMarker ( 1000, 1000, 1000, 1, 255, 0, 0, 255 ) --Create red marker&lt;br /&gt;
setMarkerColor ( newmarker, 0, 255, 0, 255 ) --Turn red marker into a green one&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Marker functions}}&lt;/div&gt;</summary>
		<author><name>Twig2</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=SetMarkerColor&amp;diff=3549</id>
		<title>SetMarkerColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=SetMarkerColor&amp;diff=3549"/>
		<updated>2006-06-13T10:37:01Z</updated>

		<summary type="html">&lt;p&gt;Twig2: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
==Description==&lt;br /&gt;
This function sets the color of the specified marker by modifying the values for red, green and blue.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;bool setMarkerColor ( marker marker, int r, int g, int b, int a )&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Arguments===&lt;br /&gt;
*'''marker''': The [[marker]] that you wish to set the color of.&lt;br /&gt;
*'''r''': The amount of red in the final color (0 to 255).&lt;br /&gt;
*'''g''': The amount of green in the final color (0 to 255).&lt;br /&gt;
*'''b''': The amount of blue in the final color (0 to 255).&lt;br /&gt;
*'''a''': The amount of alpha in the final color (0 to 255).&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;newmarker = createMarker ( 1000, 1000, 1000, 1, 255, 0, 0 ) --Create red marker&lt;br /&gt;
setMarkerColor ( newmarker, 0, 255, 0 ) --Turn red marker into a green one&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Marker functions}}&lt;/div&gt;</summary>
		<author><name>Twig2</name></author>
	</entry>
</feed>