<?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=JirppaX</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=JirppaX"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/JirppaX"/>
	<updated>2026-05-13T23:40:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=BitNot&amp;diff=41981</id>
		<title>BitNot</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=BitNot&amp;diff=41981"/>
		<updated>2014-09-14T15:37:05Z</updated>

		<summary type="html">&lt;p&gt;JirppaX: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Server client function}}&lt;br /&gt;
{{Needs_Example}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
{{New feature/item|3.0132|1.3.2|5340|&lt;br /&gt;
This function performs a bitwise NOT on an (unsigned) 32-bit [[Int|integer]]. See [http://en.wikipedia.org/wiki/Bitwise_operation#NOT Bitwise operation] for more details.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
uint bitNot ( uint var )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required arguments===&lt;br /&gt;
*'''var:''' The value you want to perform a bitwise NOT on&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns the value on which the operation has been performed.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&amp;lt;section name=&amp;quot;server&amp;quot; class=&amp;quot;server&amp;quot; show=&amp;quot;true&amp;quot;&amp;gt;&lt;br /&gt;
--In this example we make a command which you can do a bitNot operator&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function bitnot(thePlayer,cmd,value)&lt;br /&gt;
&lt;br /&gt;
    outputChatBox(bitNot(value),thePlayer)&lt;br /&gt;
&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
addCommandHandler(&amp;quot;bitnot&amp;quot;,bitnotFunc)&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;
{{Bit_functions}}&lt;/div&gt;</summary>
		<author><name>JirppaX</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Weather&amp;diff=41181</id>
		<title>Weather</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Weather&amp;diff=41181"/>
		<updated>2014-08-05T08:06:53Z</updated>

		<summary type="html">&lt;p&gt;JirppaX: /* Weather IDs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Weather can be changed using [[setWeather]] and [[setWeatherBlended]].&lt;br /&gt;
{{New feature|3|1.0|&lt;br /&gt;
Mixed weather ID's between 20 and 255 are also supported.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Weather IDs==&lt;br /&gt;
* '''0 to 7:''' Different Versions of Blue Skies /  Clouds	&lt;br /&gt;
* '''8:''' Stormy&lt;br /&gt;
* '''9:''' Cloudy and Foggy&lt;br /&gt;
* '''10:''' Clear Blue Sky&lt;br /&gt;
* '''11:''' Scorching Hot (Los Santos heat waves)&lt;br /&gt;
* '''12 to 15:''' Very Dull, Colourless, Hazy&lt;br /&gt;
* '''16:''' Dull, Cloudy, Rainy&lt;br /&gt;
* '''17 to 18:''' Scorching Hot&lt;br /&gt;
* '''19:''' Sandstorm&lt;br /&gt;
* '''20:''' Foggy, Greenish&lt;br /&gt;
* '''21 to 22:''' Very dark, gradiented skyline, purple&lt;br /&gt;
* '''23 to 26:''' Pale orange&lt;br /&gt;
* '''27 to 29:''' Fresh blue&lt;br /&gt;
* '''30 to 32:''' Dark, cloudy, teal&lt;br /&gt;
* '''33:''' Dark, cloudy, brown&lt;br /&gt;
* '''34:''' Blue/purple, regular&lt;br /&gt;
* '''35:''' Dull brown&lt;br /&gt;
* '''36 to 38:''' Bright, foggy, orange&lt;br /&gt;
* '''39:''' Very bright&lt;br /&gt;
* '''40 to 42:''' Blue/purple cloudy&lt;br /&gt;
* '''43:''' Toxic clouds&lt;br /&gt;
* '''44:''' Black/white sky&lt;br /&gt;
* '''45 to 60:''' Normal seeming weather but graphical bugs at evening&lt;br /&gt;
* '''118:''' Stormy weather with pink sky and crystal water&lt;br /&gt;
* '''126 to 150:''' Horrible flashing red which can give you a headache&lt;br /&gt;
* '''151 to 175 :''' Far draw distance with pink, purple and turquoise clouds&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
[[id|ID Lists]]&lt;br /&gt;
&lt;br /&gt;
[[ru:Weather]]&lt;br /&gt;
[[es:Climas]]&lt;br /&gt;
[[de:Wetter]]&lt;br /&gt;
&lt;br /&gt;
[[Category:ID Lists]]&lt;/div&gt;</summary>
		<author><name>JirppaX</name></author>
	</entry>
</feed>