<?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=Izstas</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=Izstas"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Izstas"/>
	<updated>2026-05-15T14:37:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Template:Client_element_functions&amp;diff=24877</id>
		<title>Template:Client element functions</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Template:Client_element_functions&amp;diff=24877"/>
		<updated>2010-12-29T17:00:41Z</updated>

		<summary type="html">&lt;p&gt;Izstas: setElementID available client-side in 1.1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*[[createElement]]&lt;br /&gt;
*[[destroyElement]]&lt;br /&gt;
*[[getAttachedElements]]&lt;br /&gt;
{{New feature|3.0110|1.1|&lt;br /&gt;
*[[getElementAttachedOffsets]]&lt;br /&gt;
*[[getElementCollisionsEnabled]]&lt;br /&gt;
}}&lt;br /&gt;
*[[getElementAttachedTo]]&lt;br /&gt;
*[[getElementBoundingBox]]&lt;br /&gt;
*[[getElementByID]]&lt;br /&gt;
*[[getElementChild]]&lt;br /&gt;
*[[getElementChildren]]&lt;br /&gt;
*[[getElementChildrenCount]]&lt;br /&gt;
*[[getElementData]]&lt;br /&gt;
*[[getElementDimension]]&lt;br /&gt;
*[[getElementDistanceFromCentreOfMassToBaseOfModel]]&lt;br /&gt;
*[[getElementHealth]]&lt;br /&gt;
*[[getElementID]]&lt;br /&gt;
*[[getElementInterior]]&lt;br /&gt;
*[[getElementParent]]&lt;br /&gt;
*[[getElementPosition]]&lt;br /&gt;
*[[getElementRadius]]&lt;br /&gt;
*[[getElementsByType]]&lt;br /&gt;
*[[getElementsWithinColShape]]&lt;br /&gt;
*[[getElementType]]&lt;br /&gt;
*[[getElementVelocity]]&lt;br /&gt;
*[[getRootElement]]&lt;br /&gt;
*[[isElement]]&lt;br /&gt;
*[[isElementAttached]]&lt;br /&gt;
*[[isElementLocal]]&lt;br /&gt;
*[[isElementOnScreen]]&lt;br /&gt;
*[[isElementStreamable]]&lt;br /&gt;
*[[isElementStreamedIn]]&lt;br /&gt;
*[[isElementWithinColShape]]&lt;br /&gt;
*[[setElementAlpha]]&lt;br /&gt;
*[[setElementCollisionsEnabled]]&lt;br /&gt;
*[[setElementData]]&lt;br /&gt;
*[[setElementDimension]]&lt;br /&gt;
{{New feature|3.0004|1.0.4|&lt;br /&gt;
*[[setElementDoubleSided]]&lt;br /&gt;
}}&lt;br /&gt;
*[[setElementHealth]]&lt;br /&gt;
{{New feature|3.0110|1.1|&lt;br /&gt;
*[[setElementID]]&lt;br /&gt;
}}&lt;br /&gt;
*[[setElementInterior]]&lt;br /&gt;
*[[setElementParent]]&lt;br /&gt;
*[[setElementPosition]]&lt;br /&gt;
*[[setElementStreamable]]&lt;br /&gt;
*[[setElementVelocity]]&lt;br /&gt;
{{New feature|3|1.0|&lt;br /&gt;
*[[attachElements]]&lt;br /&gt;
*[[detachElements]]&lt;br /&gt;
*[[getElementColShape]]&lt;br /&gt;
*[[getElementMatrix]]&lt;br /&gt;
*[[getElementModel]]&lt;br /&gt;
*[[getElementRotation]]&lt;br /&gt;
*[[isElementInWater]]&lt;br /&gt;
*[[isElementSyncer]]&lt;br /&gt;
*[[setElementModel]]&lt;br /&gt;
*[[setElementRotation]]&lt;br /&gt;
}}&lt;br /&gt;
{{New feature|3.0001|1.0.1|&lt;br /&gt;
*[[isElementCollidableWith]]&lt;br /&gt;
*[[setElementCollidableWith]]&lt;br /&gt;
}}&lt;br /&gt;
{{New feature|3.0004|1.0.4|&lt;br /&gt;
*[[isElementDoubleSided]]&lt;br /&gt;
}}&lt;br /&gt;
{{Deprecated_feature|3|1.0|&lt;br /&gt;
*[[attachElementToElement]]&lt;br /&gt;
*[[detachElementFromElement]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Izstas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=SetElementID&amp;diff=24876</id>
		<title>SetElementID</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=SetElementID&amp;diff=24876"/>
		<updated>2010-12-29T16:56:29Z</updated>

		<summary type="html">&lt;p&gt;Izstas: Available client-side in 1.1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Server client function}} &lt;br /&gt;
__NOTOC__ &lt;br /&gt;
This function sets the ID of an element to a string. This can be anything from an identifying number, to a name.&lt;br /&gt;
&lt;br /&gt;
{{New feature|3.0110|1.1|&lt;br /&gt;
Available client-side. Only available server-side for 1.0.4 and lower.&lt;br /&gt;
}}&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;
bool setElementID ( element theElement, string name ) &lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''theElement:''' The [[element]] you want to set the ID of.&lt;br /&gt;
*'''name:''' The new ID for theElement.&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
This returns ''true'' if successful. It will return ''false'' if '''theElement''' is invalid, or does not exist, or if '''name''' is invalid, or is not a string.&lt;br /&gt;
&lt;br /&gt;
==Example== &lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
-- Add example..&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
{{element_functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Needs Example]]&lt;/div&gt;</summary>
		<author><name>Izstas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0&amp;diff=15695</id>
		<title>Главная страница</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0&amp;diff=15695"/>
		<updated>2008-02-05T11:43:00Z</updated>

		<summary type="html">&lt;p&gt;Izstas: mtabeta.com -&amp;gt; community.mtasa.com&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;[[Image:Scripting.jpg]]&amp;lt;/div&amp;gt;Добро пожаловать на wiki-сайт разработчиков Multi Theft Auto: San Andreas Deathmatch. Здесь вы найдёте много полезной информации по разработке игровых режимов и карт для Multi Theft Auto.&lt;br /&gt;
&lt;br /&gt;
Мы делаем подобные обзоры доступными для разработчиков, потому что нам нужна ваша помощь! Существует множество [[How you can help|способов помочь нам]] доработать и выпустить полностью законченную и нормально функционирующую версию MTA:SA DM. Создавайте игровые режимы и карты, помогайте документировать функции сценариев, пишите примеры кода, учебники или просто-напросто играйте и сообщайте обо всех найденых ошибках MTA на форумах.&lt;br /&gt;
&lt;br /&gt;
Эта версия является большим многообещающим достижением для нас, так как она является первой версией за последние почти два года нашей работы и мы хотим знать ваше мнение о ней. Пожалуйста отнеситесь с пониманием к неизбежному появлению ошибок и помните, что многие вещи еще сделаны не полностью.&lt;br /&gt;
&lt;br /&gt;
Если у вас возникли вопросы или трудности по написанию сценариев, свяжитесь с нами на нашем [[IRC Channel|IRC канале]].&lt;br /&gt;
&lt;br /&gt;
'''Чтобы редактировать этот wiki-сайт вам нужна учётная запись MTA Community.''' Зарегистрируйтесь на [http://community.mtasa.com MTA Comminity] и затем войдите в учётную запись wiki-сайта с тем же именем и паролем.&lt;br /&gt;
&lt;br /&gt;
Этот wiki-сайт теперь поддерживает '''[http://gears.google.com/ Google Gears]''', который позволяет просматривать wiki-сайт вне сети (и быстро). Достаточно лишь установить Google Gears и нажать ссылку &amp;quot;Перейти в автономный режим&amp;quot; внизу любой страницы. Подождите пока приложение загрузит содержание страницы wiki-сайта на ваш компьютер и после этого текущая на момент загрузки версия страницы wiki-сайта будет доступна без подключения к серверу.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px dotted navy; padding: 4px; margin: 10px&amp;quot;&amp;gt;Новейшая версия '''Multi Theft Auto: San Andreas Deathmatch''' - '''{{Current Version|full}}'''. Посетите [http://www.mtasa.com/dp.html страницу загрузки], чтобы скачать её.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
====Начало работы====&lt;br /&gt;
&lt;br /&gt;
* [[RU/Deathmatch_Client_Manual|Руководство по клиентскому приложению]]&lt;br /&gt;
* [[RU/Deathmatch_Server_Manual|Руководство по серверному приложению]]&lt;br /&gt;
* [[Known_Issues_-_FAQ|Известные ошибки MTA:SA DM]]&lt;br /&gt;
* [[RU/Scripting Introduction|Введение в написание сценариев]]&lt;br /&gt;
* [[Debugging|Учебник по отладке]] - Как найти ошибки в вашем сценарии&lt;br /&gt;
* [[MTA Classes]] - Подробные описания всех типов значений MTA&lt;br /&gt;
** [[Element|MTA Elements]] / [[Element tree]]&lt;br /&gt;
* [[Resources|Введение в ресурсы]]&lt;br /&gt;
** [[Resource Web Access|Ресурсы веб-доступа]]&lt;br /&gt;
* [[Writing_Gamemodes|Написание игровых режимов]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Базы данных====&lt;br /&gt;
В этой части описаны все возможности LUA, предоставляемые MTA и ресурсами.&lt;br /&gt;
* [[Map manager|Менеджер карт]] - Используйте его для своих игровых режимов&lt;br /&gt;
* [[Client side scripts|Сценарии для клиентского приложения]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Общая помощь по Lua====&lt;br /&gt;
Страницы, спроектированные с целью помочь вам понять язык LUA &lt;br /&gt;
*[http://www.lua.org/pil/index.html Руководство &amp;quot;Программирование на LUA&amp;quot;]&lt;br /&gt;
*[http://lua-users.org/wiki/TutorialDirectory Wiki-сайт LUA]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px; background:#CCCCFF;&amp;quot;&amp;gt;&lt;br /&gt;
====Справочник====&lt;br /&gt;
* [[Client Scripting Functions|Функции клиентского приложения]]&lt;br /&gt;
* [[Client Scripting Events|События клиентского приложения]]&lt;br /&gt;
* [[Server Scripting Functions|Функции серверного приложения]]&lt;br /&gt;
* [[Server Scripting Events|События серверного приложения]]&lt;br /&gt;
&amp;lt;!-- Incomplete * [[Module functions|Server-side external module scripting functions list]] --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Списки идентификаторов====&lt;br /&gt;
* [[Character Skins|Персонажи]] ([[All Skins Page]])&lt;br /&gt;
* [[CJ Clothes|Одежда]]&lt;br /&gt;
* [[Template:Projectiles|Метательное оружие]]&lt;br /&gt;
* [[Template:Blip_Icons|Метки на радаре]]&lt;br /&gt;
* [[Template:Sounds|Звуки]]&lt;br /&gt;
* [[Vehicle IDs|Машины]]&lt;br /&gt;
* [[Vehicle_default_colors|Перечень цветов машин по умолчанию]]&lt;br /&gt;
* [[Template:Vehicle_colors|Цвета машин]]&lt;br /&gt;
* Vehicle Upgrades&lt;br /&gt;
* [[Weapons|Оружие]]&lt;br /&gt;
* [[Weather|Погода]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[it:Pagina principale]]&lt;/div&gt;</summary>
		<author><name>Izstas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Element/Object&amp;diff=15669</id>
		<title>Element/Object</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Element/Object&amp;diff=15669"/>
		<updated>2008-01-31T20:29:44Z</updated>

		<summary type="html">&lt;p&gt;Izstas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
The object class represents static, 3-D models in the GTA world. Objects can only represent models created by the server, they cannot represent models that are part of the GTA's default landscape. Examples of objects include building models, roads, and terrain.&lt;br /&gt;
&lt;br /&gt;
The element type of this class is '''&amp;quot;object&amp;quot;'''.&lt;br /&gt;
&lt;br /&gt;
==XML syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object model=&amp;quot;&amp;quot; posX=&amp;quot;&amp;quot; posY=&amp;quot;&amp;quot; posZ=&amp;quot;&amp;quot; rotX=&amp;quot;&amp;quot; rotY=&amp;quot;&amp;quot; rotZ=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Attributes===&lt;br /&gt;
* '''model''': The ID of the object being created. Since GTA has thousands of objects, these are hard to document on the wiki. Instead, they can be found using the object browser in the map editor.&lt;br /&gt;
* '''posX''': A float representing the X position of the object.&lt;br /&gt;
* '''posY''': A float representing the Y position of the object.&lt;br /&gt;
* '''posZ''': A float representing the Z position of the object.&lt;br /&gt;
&lt;br /&gt;
===Optional Attributes===&lt;br /&gt;
* '''rotX''': A float representing the X rotation of the object in degrees.&lt;br /&gt;
* '''rotY''': A float representing the Y rotation of the object in degrees.&lt;br /&gt;
* '''rotZ''': A float representing the Z rotation of the object in degrees.&lt;br /&gt;
&lt;br /&gt;
==Related scripting functions==&lt;br /&gt;
{{Object functions}}&lt;br /&gt;
[[Category:Element Types]]&lt;br /&gt;
[[ru:Element/Object]]&lt;/div&gt;</summary>
		<author><name>Izstas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Element/Object&amp;diff=15668</id>
		<title>Element/Object</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Element/Object&amp;diff=15668"/>
		<updated>2008-01-31T20:29:26Z</updated>

		<summary type="html">&lt;p&gt;Izstas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
The object class represents static, 3-D models in the GTA world. Objects can only represent models created by the server, they cannot represent models that are part of the GTA's default landscape. Examples of objects include building models, roads, and terrain.&lt;br /&gt;
&lt;br /&gt;
The element type of this class is '''&amp;quot;object&amp;quot;'''.&lt;br /&gt;
&lt;br /&gt;
==XML syntax==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object model=&amp;quot;&amp;quot; posX=&amp;quot;&amp;quot; posY=&amp;quot;&amp;quot; posZ=&amp;quot;&amp;quot; rotX=&amp;quot;&amp;quot; rotY=&amp;quot;&amp;quot; rotZ=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Attributes===&lt;br /&gt;
* '''model''': The ID of the object being created. Since GTA has thousands of objects, these are hard to document on the wiki. Instead, they can be found using the object browser in the map editor.&lt;br /&gt;
* '''posX''': A float representing the X position of the object.&lt;br /&gt;
* '''posY''': A float representing the Y position of the object.&lt;br /&gt;
* '''posZ''': A float representing the Z position of the object.&lt;br /&gt;
&lt;br /&gt;
===Optional Attributes===&lt;br /&gt;
* '''rotX''': A float representing the X rotation of the object in degrees.&lt;br /&gt;
* '''rotY''': A float representing the Y rotation of the object in degrees.&lt;br /&gt;
* '''rotZ''': A float representing the Z rotation of the object in degrees.&lt;br /&gt;
&lt;br /&gt;
==Related scripting functions==&lt;br /&gt;
{{Object functions}}&lt;br /&gt;
[[Category:Element Types]]&lt;br /&gt;
[[ru:RU/Element/Object]]&lt;/div&gt;</summary>
		<author><name>Izstas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Category:%D0%9E%D0%B1%D1%8A%D0%B5%D0%BA%D1%82&amp;diff=15667</id>
		<title>Category:Объект</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Category:%D0%9E%D0%B1%D1%8A%D0%B5%D0%BA%D1%82&amp;diff=15667"/>
		<updated>2008-01-31T20:29:15Z</updated>

		<summary type="html">&lt;p&gt;Izstas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Класс &amp;quot;объект&amp;quot; является статической 3-D моделью в мире GTA. Ими являются только созданные на сервере модели. Модели, входящие в GTA по умолчанию, объектами не являются. 	&lt;br /&gt;
Примеры объектов включают создание моделей, дорог и местностей.&lt;br /&gt;
&lt;br /&gt;
Тип элемента этого класса '''&amp;quot;object&amp;quot;'''.&lt;br /&gt;
&lt;br /&gt;
==XML-синтаксис==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object model=&amp;quot;&amp;quot; posX=&amp;quot;&amp;quot; posY=&amp;quot;&amp;quot; posZ=&amp;quot;&amp;quot; rotX=&amp;quot;&amp;quot; rotY=&amp;quot;&amp;quot; rotZ=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Attributes===&lt;br /&gt;
* '''model''': The ID of the object being created. Since GTA has thousands of objects, these are hard to document on the wiki. Instead, they can be found using the object browser in the map editor.&lt;br /&gt;
* '''posX''': A float representing the X position of the object.&lt;br /&gt;
* '''posY''': A float representing the Y position of the object.&lt;br /&gt;
* '''posZ''': A float representing the Z position of the object.&lt;br /&gt;
&lt;br /&gt;
===Optional Attributes===&lt;br /&gt;
* '''rotX''': A float representing the X rotation of the object in degrees.&lt;br /&gt;
* '''rotY''': A float representing the Y rotation of the object in degrees.&lt;br /&gt;
* '''rotZ''': A float representing the Z rotation of the object in degrees.&lt;br /&gt;
&lt;br /&gt;
==Related scripting functions==&lt;br /&gt;
{{Object functions}}&lt;br /&gt;
[[Category:Element Types]]&lt;br /&gt;
[[Category:Incomplete]]&lt;br /&gt;
[[en:Element/Object]]&lt;/div&gt;</summary>
		<author><name>Izstas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Category:%D0%9E%D0%B1%D1%8A%D0%B5%D0%BA%D1%82&amp;diff=15666</id>
		<title>Category:Объект</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Category:%D0%9E%D0%B1%D1%8A%D0%B5%D0%BA%D1%82&amp;diff=15666"/>
		<updated>2008-01-31T20:26:58Z</updated>

		<summary type="html">&lt;p&gt;Izstas: New page: __NOTOC__ Класс &amp;quot;объект&amp;quot; является статической 3-D моделью в мире GTA. Ими являются только созданные на сервере ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
Класс &amp;quot;объект&amp;quot; является статической 3-D моделью в мире GTA. Ими являются только созданные на сервере модели. Модели, входящие в GTA по умолчанию, объектами не являются. 	&lt;br /&gt;
Примеры объектов включают создание моделей, дорог и местностей.&lt;br /&gt;
&lt;br /&gt;
Тип элемента этого класса '''&amp;quot;object&amp;quot;'''.&lt;br /&gt;
&lt;br /&gt;
==XML-синтаксис==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object model=&amp;quot;&amp;quot; posX=&amp;quot;&amp;quot; posY=&amp;quot;&amp;quot; posZ=&amp;quot;&amp;quot; rotX=&amp;quot;&amp;quot; rotY=&amp;quot;&amp;quot; rotZ=&amp;quot;&amp;quot;/&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Required Attributes===&lt;br /&gt;
* '''model''': The ID of the object being created. Since GTA has thousands of objects, these are hard to document on the wiki. Instead, they can be found using the object browser in the map editor.&lt;br /&gt;
* '''posX''': A float representing the X position of the object.&lt;br /&gt;
* '''posY''': A float representing the Y position of the object.&lt;br /&gt;
* '''posZ''': A float representing the Z position of the object.&lt;br /&gt;
&lt;br /&gt;
===Optional Attributes===&lt;br /&gt;
* '''rotX''': A float representing the X rotation of the object in degrees.&lt;br /&gt;
* '''rotY''': A float representing the Y rotation of the object in degrees.&lt;br /&gt;
* '''rotZ''': A float representing the Z rotation of the object in degrees.&lt;br /&gt;
&lt;br /&gt;
==Related scripting functions==&lt;br /&gt;
{{Object functions}}&lt;br /&gt;
[[Category:Element Types]]&lt;/div&gt;</summary>
		<author><name>Izstas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0&amp;diff=15626</id>
		<title>Главная страница</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=%D0%93%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0&amp;diff=15626"/>
		<updated>2008-01-30T11:34:25Z</updated>

		<summary type="html">&lt;p&gt;Izstas: Более простой язык :)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:left;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;[[Image:Scripting.jpg]]&amp;lt;/div&amp;gt;Добро пожаловать в wiki разработчиков Multi Theft Auto: San Andreas Deathmatch. Здесь вы найдёте много полезной информации по разработке игровых режимов и карт для Multi Theft Auto.&lt;br /&gt;
&lt;br /&gt;
Мы делаем подобные предварительные версии доступными для разработчиков, потому что нам нужна ваша помощь! Существует множество [[How you can help|способов помочь нам]] доработать и выпустить полностью законченную и нормально функционирующую версию MTA:SA DM. Создавайте игровые режимы и карты, помогайте документировать функции сценариев, пишите примеры кода, учебники или просто-напросто играйте и сообщайте обо всех найденых ошибках MTA на форумах.&lt;br /&gt;
&lt;br /&gt;
Эта версия является большим многообещающим достижением для нас, так как она является первой версией за последние почти два года нашей работы и мы хотим знать ваше мнение о ней. Пожалуйста отнеситесь с пониманием к неизбежному появлению ошибок и помните, что многие вещи еще сделаны не полностью.&lt;br /&gt;
&lt;br /&gt;
Если у вас возникли вопросы или трудности по написанию сценариев, свяжитесь с нами на нашем [[IRC Channel|IRC канале]].&lt;br /&gt;
&lt;br /&gt;
'''Чтобы редактировать эту wiki вам нужна учётная запись mtabeta.com.''' Зарегистрируйтесь на http://www.mtabeta.com и затем войдите в учётную запись wiki с тем же именем и паролем.&lt;br /&gt;
&lt;br /&gt;
Эта wiki теперь поддерживает '''[http://gears.google.com/ Google Gears]''', который позволяет просматривать wiki вне сети (и быстро). Достаточно лишь установить Google Gears и нажать ссылку &amp;quot;Перейти в автономный режим&amp;quot; внизу любой страницы. Подождите пока приложение загрузит содержание страницы wiki на ваш компьютер и после этого текущая на момент загрузки версия страницы wiki будет доступна без подключения к серверу.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 2px dotted navy; padding: 4px; margin: 10px&amp;quot;&amp;gt;Последняя версия '''Multi Theft Auto: San Andreas Deathmatch''' - '''{{Current Version|full}}'''. Посетите [http://www.mtasa.com/dp.html страницу загрузки], чтобы скачать её.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
====Начало работы====&lt;br /&gt;
&lt;br /&gt;
* [[RU/Deathmatch_Client_Manual|Руководство по клиенту]]&lt;br /&gt;
* [[RU/Deathmatch_Server_Manual|Руководство по серверу]]&lt;br /&gt;
* [[Known_Issues_-_FAQ|Известные ошибки MTA:SA DM]]&lt;br /&gt;
* [[RU/Scripting Introduction|Введение в написание сценариев]]&lt;br /&gt;
* [[Debugging|Учебник по отладке]] - Как найти ошибки в вашем сценарии&lt;br /&gt;
* [[MTA Classes]] - Подробные описания всех типов значений MTA&lt;br /&gt;
** [[Element|Элементы в MTA]] / [[Element Tree|Дерево элементов]]&lt;br /&gt;
* [[Resources|Введение в ресурсы]]&lt;br /&gt;
** [[Resource Web Access|Ресурсы веб-доступа]]&lt;br /&gt;
* [[Writing_Gamemodes|Написание игровых режимов]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Базы данных====&lt;br /&gt;
В этой части описаны все возможности LUA, предоставляемые MTA и ресурсами.&lt;br /&gt;
* [[Map manager|Менеджер карт]] - Используйте его для своих игровых режимов&lt;br /&gt;
* [[Client side scripts|Сценарии для клиента]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Общая помощь по Lua====&lt;br /&gt;
Страницы, спроектированные с целью помочь вам понять язык LUA &lt;br /&gt;
*[http://www.lua.org/pil/index.html Руководство &amp;quot;Программирование на LUA&amp;quot;]&lt;br /&gt;
*[http://lua-users.org/wiki/TutorialDirectory Wiki по LUA]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| width=&amp;quot;50%&amp;quot; style=&amp;quot;vertical-align:top;&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px; background:#CCCCFF;&amp;quot;&amp;gt;&lt;br /&gt;
====Справочник====&lt;br /&gt;
* [[Client Scripting Functions|Функции клиента]]&lt;br /&gt;
* [[Client Scripting Events|События клиента]]&lt;br /&gt;
* [[Server Scripting Functions|Функции сервера]]&lt;br /&gt;
* [[Server Scripting Events|События сервера]]&lt;br /&gt;
&amp;lt;!-- Incomplete * [[Module functions|Server-side external module scripting functions list]] --&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px dotted #AAAAAA;padding:4px 8px 8px 8px;margin:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Списки идентификаторов====&lt;br /&gt;
* [[Character Skins|Персонажи]] ([[All Skins Page]])&lt;br /&gt;
* [[CJ Clothes|Одежда]]&lt;br /&gt;
* [[Template:Projectiles|Метательное оружие]]&lt;br /&gt;
* [[Template:Blip_Icons|Метки на радаре]]&lt;br /&gt;
* [[Template:Sounds|Звуки]]&lt;br /&gt;
* [[Vehicle IDs|Машины]]&lt;br /&gt;
* [[Vehicle_default_colors|Перечень цветов машин по умолчанию]]&lt;br /&gt;
* [[Template:Vehicle_colors|Цвета машин]]&lt;br /&gt;
* Vehicle Upgrades&lt;br /&gt;
* [[Weapons|Оружие]]&lt;br /&gt;
* [[Weather|Погода]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[en:Main Page]]&lt;br /&gt;
[[it:Pagina principale]]&lt;br /&gt;
[[pl:Main Page]]&lt;br /&gt;
[[nl:Main Page]]&lt;/div&gt;</summary>
		<author><name>Izstas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/MTA-MySQL&amp;diff=15189</id>
		<title>Modules/MTA-MySQL</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/MTA-MySQL&amp;diff=15189"/>
		<updated>2008-01-24T12:18:26Z</updated>

		<summary type="html">&lt;p&gt;Izstas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = MTA MySQL |&lt;br /&gt;
  version        = 0.1 |&lt;br /&gt;
  author         = [[User:ryden|Alberto Alonso (ryden)]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = [http://banana.gta-host.com/mta-mysql.tar.gz Here] |&lt;br /&gt;
  license        = [http://www.opensource.org/licenses/bsd-license.php BSD]&lt;br /&gt;
}}&lt;br /&gt;
MTA MySQL is an alternative to the default [[Modules/MySQL|ml_mysql]] module provided by the MTA team.&lt;br /&gt;
It is available for Windows and GNU/Linux and provides the source code.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
Uncompress the file mta_mysql.dll into your ''C:\Program files\MTA San Andreas\server\mods\deathmatch\modules\'' directory and the file libmysql.dll into your ''C:\Program files\MTA San Andreas\server\'' directory.&lt;br /&gt;
&lt;br /&gt;
Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module file=&amp;quot;mta_mysql.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===GNU/Linux===&lt;br /&gt;
Uncompress the file mta_mysql.so in the ''mods/deathmatch/modules/'' directory.&lt;br /&gt;
&lt;br /&gt;
Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module file=&amp;quot;mta_mysql.so&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Problems==&lt;br /&gt;
===My server say &amp;quot;MODULE: Unable to find modules/mta_mysql.dll!&amp;quot;===&lt;br /&gt;
Read [http://forum.mtasa.com/viewtopic.php?f=90&amp;amp;t=21637#p270554 this topic].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Handler functions==&lt;br /&gt;
{{Modules/MTA-MySQL/Handler_functions}}&lt;br /&gt;
&lt;br /&gt;
==Result managing functions==&lt;br /&gt;
{{Modules/MTA-MySQL/Result_functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Izstas</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Modules/MTA-MySQL&amp;diff=15186</id>
		<title>Modules/MTA-MySQL</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Modules/MTA-MySQL&amp;diff=15186"/>
		<updated>2008-01-24T09:58:17Z</updated>

		<summary type="html">&lt;p&gt;Izstas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Module_Info|&lt;br /&gt;
  name           = MTA MySQL |&lt;br /&gt;
  version        = 0.1 |&lt;br /&gt;
  author         = [[User:ryden|Alberto Alonso (ryden)]] |&lt;br /&gt;
  module_website = ''Not available'' |&lt;br /&gt;
  download_link  = [http://banana.gta-host.com/mta-mysql.tar.gz Here] |&lt;br /&gt;
  license        = [http://www.opensource.org/licenses/bsd-license.php BSD]&lt;br /&gt;
}}&lt;br /&gt;
MTA MySQL is an alternative to the default [[Modules/MySQL|ml_mysql]] module provided by the MTA team.&lt;br /&gt;
It is available for Windows and GNU/Linux and provides the source code.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
===Windows===&lt;br /&gt;
Uncompress the file mta_mysql.dll into your ''C:\Program files\MTA San Andreas\server\mods\deathmatch\modules\'' directory and the file libmysql.dll into your ''C:\Program files\MTA San Andreas\server\'' directory.&lt;br /&gt;
&lt;br /&gt;
Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module file=&amp;quot;mta_mysql.dll&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===GNU/Linux===&lt;br /&gt;
Uncompress the file mta_mysql.so in the ''mods/deathmatch/modules/'' directory.&lt;br /&gt;
&lt;br /&gt;
Then, add the following line in mtaserver.conf:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;module file=&amp;quot;mta_mysql.so&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==My server say &amp;quot;MODULE: Unable to find modules/mta_mysql.dll!&amp;quot;==&lt;br /&gt;
Read [http://forum.mtasa.com/viewtopic.php?f=90&amp;amp;t=21637#p270554 this topic].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Handler functions==&lt;br /&gt;
{{Modules/MTA-MySQL/Handler_functions}}&lt;br /&gt;
&lt;br /&gt;
==Result managing functions==&lt;br /&gt;
{{Modules/MTA-MySQL/Result_functions}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Izstas</name></author>
	</entry>
</feed>