<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Mobile%3A%3AcreateMobilePhone</id>
	<title>Mobile::createMobilePhone - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Mobile%3A%3AcreateMobilePhone"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Mobile::createMobilePhone&amp;action=history"/>
	<updated>2026-07-25T05:25:37Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Mobile::createMobilePhone&amp;diff=10646&amp;oldid=prev</id>
		<title>imported&gt;Heathen в 18:58, 19 мая 2020</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Mobile::createMobilePhone&amp;diff=10646&amp;oldid=prev"/>
		<updated>2020-05-19T18:58:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ClientsideJsFunction}}&lt;br /&gt;
Creates a mobile phone of the specified type. This will also put a phone in the players hand as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Phone Types:&lt;br /&gt;
* 0 - Default phone / Michael&amp;#039;s phone&lt;br /&gt;
* 1 - Trevor&amp;#039;s phone&lt;br /&gt;
* 2 - Franklin&amp;#039;s phone&lt;br /&gt;
* 4 - Prologue phone&lt;br /&gt;
* 5 - Old Phone&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;INFO&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* These values represent bit flags, so a value of &amp;#039;3&amp;#039; would toggle Trevor and Franklin&amp;#039;s phones together, causing unexpected behavior and most likely crash the game.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
&amp;lt;pre&amp;gt;mp.game.mobile.createMobilePhone(phoneType);&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Required Arguments ===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;phoneType:&amp;#039;&amp;#039;&amp;#039; int&lt;br /&gt;
&lt;br /&gt;
===Return value===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;Undefined&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
Creates a mobile phone in the center of your screen when you press F7.&lt;br /&gt;
{{ClientsideCode|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mp.keys.bind(0x76, true, function() {   // F7&lt;br /&gt;
    mp.game.mobile.createMobilePhone(0);&lt;br /&gt;
    mp.game.mobile.setMobilePhoneScale(300);&lt;br /&gt;
    mp.gui.chat.push(&amp;#039;Mobile Created&amp;#039;);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{Mobile_s_function_c}}&lt;br /&gt;
[[Category:Clientside API]]&lt;br /&gt;
[[Category:Mobile API]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Heathen</name></author>
	</entry>
</feed>