<?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=Kamek</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=Kamek"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Kamek"/>
	<updated>2026-04-08T12:42:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Kamek&amp;diff=26173</id>
		<title>User:Kamek</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Kamek&amp;diff=26173"/>
		<updated>2011-06-25T20:36:26Z</updated>

		<summary type="html">&lt;p&gt;Kamek: Created page with &amp;quot;BLUM BLUM&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BLUM BLUM&lt;/div&gt;</summary>
		<author><name>Kamek</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=GetWaterColor&amp;diff=26172</id>
		<title>GetWaterColor</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=GetWaterColor&amp;diff=26172"/>
		<updated>2011-06-25T20:32:42Z</updated>

		<summary type="html">&lt;p&gt;Kamek: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{{Server client function}}&lt;br /&gt;
This function returns the water color of the GTA world.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The server can only return the water color, if it has actually been set by script.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
int, int, int, int getWaterColor ( )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns 4 [[int|ints]], indicating the color of the water. (RGBA)&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function getWaterColor ( command ) --start function&lt;br /&gt;
	local color = getWaterColor() -- color as getWaterColor&lt;br /&gt;
	outputChatBox( &amp;quot;Water color is &amp;quot; .. color .. &amp;quot; !&amp;quot;, source ) --outputchatbox for water color&lt;br /&gt;
end&lt;br /&gt;
addCommandHandler( &amp;quot;getwatercolor&amp;quot;, getWaterColor ) --add a command &amp;quot;getwatercolor&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{Client water functions}}&lt;/div&gt;</summary>
		<author><name>Kamek</name></author>
	</entry>
</feed>