<?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=Sora</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=Sora"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Sora"/>
	<updated>2026-04-06T05:09:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Sora&amp;diff=41383</id>
		<title>User:Sora</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Sora&amp;diff=41383"/>
		<updated>2014-08-14T05:19:24Z</updated>

		<summary type="html">&lt;p&gt;Sora: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Hey , my name is sora , i'm a lua / visual basic scripter/programmer , i also have many other skills .. ,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
my resources in community&lt;br /&gt;
http://community.multitheftauto.com/index.php?p=profile&amp;amp;id=350588&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
thank you for visiting my page :)&lt;br /&gt;
'''&lt;/div&gt;</summary>
		<author><name>Sora</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Sora&amp;diff=36722</id>
		<title>User:Sora</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Sora&amp;diff=36722"/>
		<updated>2013-07-21T16:25:06Z</updated>

		<summary type="html">&lt;p&gt;Sora: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Hey , my name is sora , i'm a lua / visual basic scripter/programmer , i'm also have many other skills .. ,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
my resources in community&lt;br /&gt;
http://community.multitheftauto.com/index.php?p=profile&amp;amp;id=350588&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
thank you for visiting my page :)&lt;br /&gt;
'''&lt;/div&gt;</summary>
		<author><name>Sora</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Sora&amp;diff=36344</id>
		<title>User:Sora</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Sora&amp;diff=36344"/>
		<updated>2013-06-04T15:15:32Z</updated>

		<summary type="html">&lt;p&gt;Sora: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Hey , my name is sora , i'm a lua / visual basic scripter/programmer , i'm also have many skills .. ,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
my resources in community&lt;br /&gt;
http://community.multitheftauto.com/index.php?p=profile&amp;amp;id=350588&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
thank you for visiting my page :)&lt;br /&gt;
'''&lt;/div&gt;</summary>
		<author><name>Sora</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=AR/reloadBans&amp;diff=34240</id>
		<title>AR/reloadBans</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=AR/reloadBans&amp;diff=34240"/>
		<updated>2012-12-11T21:22:49Z</updated>

		<summary type="html">&lt;p&gt;Sora: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Server function}}&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 reloadBans()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Returns النتائج===&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
'''تكون النتيجه true اذا تمت إعادة تحميل ملف قائمة الحظر بنجاح&lt;br /&gt;
''وتكون false اذا كان العكس''''' &lt;br /&gt;
==مثال==&lt;br /&gt;
هذا المثال يضيف الامر &amp;quot;reloadban&amp;quot; لإعادة تحميل ملف قائمة الحظر&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function ReBan (player)&lt;br /&gt;
   if (reloadBans()) then &lt;br /&gt;
      outputChatBox(&amp;quot;تم اعادة تحميل قائمة الحظر بنجاح.&amp;quot;,player)&lt;br /&gt;
   else&lt;br /&gt;
      outputChatBox(&amp;quot;فشل في إعادة تحميل قائمة الحظر.&amp;quot;,player)&lt;br /&gt;
   end&lt;br /&gt;
end&lt;br /&gt;
addCommandHandler(&amp;quot;reloadban&amp;quot;,ReBan)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==المتطلبات==&lt;br /&gt;
{{Requirements|1.3.0-9.03931|n/a|}}&lt;br /&gt;
&lt;br /&gt;
==راجع ايضاً==&lt;br /&gt;
{{Admin functions}}&lt;/div&gt;</summary>
		<author><name>Sora</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=AR/reloadBans&amp;diff=34229</id>
		<title>AR/reloadBans</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=AR/reloadBans&amp;diff=34229"/>
		<updated>2012-12-11T12:51:57Z</updated>

		<summary type="html">&lt;p&gt;Sora: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__ &lt;br /&gt;
{{Server function}}&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 reloadBans()&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Returns النتائج===&lt;br /&gt;
تكون النتيجه صحيحه اذا تمت إعادة تحميل ملف قائمة الحظر بنجاح, وتكون غير صحيحه اذا كان العكس&lt;br /&gt;
==مثال==&lt;br /&gt;
هذا المثال يضيف الامر &amp;quot;reloadban&amp;quot; لإعادة تحميل ملف قائمة الحظر&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function ReBan (player)&lt;br /&gt;
   if (reloadBans()) then -- اذا تمت اعادة تحميل ملف قائمةالحظر&lt;br /&gt;
      outputChatBox(&amp;quot;تم اعادة تحميل قائمة الحظر بنجاح.&amp;quot;,player)&lt;br /&gt;
   else&lt;br /&gt;
      outputChatBox(&amp;quot;فشل في إعادة تحميل قائمة الحظر.&amp;quot;,player)&lt;br /&gt;
   end&lt;br /&gt;
end&lt;br /&gt;
addCommandHandler(&amp;quot;reloadban&amp;quot;,ReBan)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==المتطلبات==&lt;br /&gt;
{{Requirements|1.3.0-9.03931|n/a|}}&lt;br /&gt;
&lt;br /&gt;
==راجع ايضاً==&lt;br /&gt;
{{Admin functions}}&lt;/div&gt;</summary>
		<author><name>Sora</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=SetPlayerVoiceBroadcastTo&amp;diff=33179</id>
		<title>SetPlayerVoiceBroadcastTo</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=SetPlayerVoiceBroadcastTo&amp;diff=33179"/>
		<updated>2012-09-08T12:09:08Z</updated>

		<summary type="html">&lt;p&gt;Sora: /* Corrected */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Server function}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px dotted blue; background: #00CC66;padding:4px;margin-bottom:2px;&amp;quot;&amp;gt;'''Note''':  This function should only be used as a low-level function for advanced users.  For typical Voice scripting, please see the [[Resource:Voice|Voice Resource]]&amp;lt;/div&amp;gt;&lt;br /&gt;
This function allows you to change who can hear the voice of a player.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool setPlayerVoiceBroadcastTo ( element thePlayer, mixed broadcastTo )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''thePlayer:''' The [[player]] you wish to change&lt;br /&gt;
*'''broadcastTo :''' Element or table of elements who should hear the voice from this player&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if the value was set successfully, ''false'' otherwise.&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;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function getPlayerFromNamePart(name)&lt;br /&gt;
    if name then &lt;br /&gt;
        for i, player in ipairs(getElementsByType(&amp;quot;player&amp;quot;)) do&lt;br /&gt;
            if string.find(getPlayerName(player):lower(), tostring(name):lower(), 1, true) then&lt;br /&gt;
                return player &lt;br /&gt;
            end&lt;br /&gt;
        end&lt;br /&gt;
    end&lt;br /&gt;
    return false&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function voice(player,cmd,target1,target2)&lt;br /&gt;
local tp1 = getPlayerFromNamePart(target1)&lt;br /&gt;
local tp2 = getPlayerFromNamePart(target2)&lt;br /&gt;
if tp1 and tp2 then&lt;br /&gt;
setPlayerVoiceBroadcastTo ( tp1, tp2 )&lt;br /&gt;
else&lt;br /&gt;
outputChatBox(&amp;quot;* Usage : /bt [playername][playername] &amp;quot;,player,255,255,255,true) -- for example /bt sora sheepy&lt;br /&gt;
end&lt;br /&gt;
end&lt;br /&gt;
addCommandHandler(&amp;quot;bt&amp;quot;,voice)&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;
{{Player_functions}}&lt;/div&gt;</summary>
		<author><name>Sora</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Sora&amp;diff=33178</id>
		<title>User:Sora</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Sora&amp;diff=33178"/>
		<updated>2012-09-08T11:00:36Z</updated>

		<summary type="html">&lt;p&gt;Sora: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Hey , my name is sora , i'm a lua / visual basic scripter/programmer , i'm also have many skills .. ,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
my resources in community&lt;br /&gt;
http://community.multitheftauto.com/index.php?p=profile&amp;amp;id=295763&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
thank you for visiting my page :)&lt;br /&gt;
'''&lt;/div&gt;</summary>
		<author><name>Sora</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Sora&amp;diff=33177</id>
		<title>User:Sora</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Sora&amp;diff=33177"/>
		<updated>2012-09-08T10:59:37Z</updated>

		<summary type="html">&lt;p&gt;Sora: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== '''Hey , my name is sora , i'm a lua / visual basic scripter , i'm also have many skills .. ,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
my resources in community&lt;br /&gt;
http://community.multitheftauto.com/index.php?p=profile&amp;amp;id=295763&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
..&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
thank you for visiting my page :)&lt;br /&gt;
''' ==&lt;/div&gt;</summary>
		<author><name>Sora</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Sora&amp;diff=33176</id>
		<title>User:Sora</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Sora&amp;diff=33176"/>
		<updated>2012-09-08T10:58:37Z</updated>

		<summary type="html">&lt;p&gt;Sora: Created page with &amp;quot;Hey , my name is sora , i'm a lua / visual basic scripter , i'm also have many skills my resources in community http://community.multitheftauto.com/index.php?p=profile&amp;amp;id=295763 ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey , my name is sora , i'm a lua / visual basic scripter , i'm also have many skills&lt;br /&gt;
my resources in community&lt;br /&gt;
http://community.multitheftauto.com/index.php?p=profile&amp;amp;id=295763&lt;br /&gt;
..&lt;br /&gt;
thank you for visiting my page :)&lt;/div&gt;</summary>
		<author><name>Sora</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=SetPlayerVoiceBroadcastTo&amp;diff=33161</id>
		<title>SetPlayerVoiceBroadcastTo</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=SetPlayerVoiceBroadcastTo&amp;diff=33161"/>
		<updated>2012-09-06T16:08:39Z</updated>

		<summary type="html">&lt;p&gt;Sora: /* Example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Server function}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
&amp;lt;div style=&amp;quot;border: 1px dotted blue; background: #00CC66;padding:4px;margin-bottom:2px;&amp;quot;&amp;gt;'''Note''':  This function should only be used as a low-level function for advanced users.  For typical Voice scripting, please see the [[Resource:Voice|Voice Resource]]&amp;lt;/div&amp;gt;&lt;br /&gt;
This function allows you to change who can hear the voice of a player.&lt;br /&gt;
&lt;br /&gt;
==Syntax== &lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
bool setPlayerVoiceBroadcastTo ( element thePlayer, mixed broadcastTo )&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt; &lt;br /&gt;
&lt;br /&gt;
===Required Arguments=== &lt;br /&gt;
*'''thePlayer:''' The [[player]] you wish to change&lt;br /&gt;
*'''broadcastTo :''' Element or table of elements who should hear the voice from this player&lt;br /&gt;
&lt;br /&gt;
===Returns===&lt;br /&gt;
Returns ''true'' if the value was set successfully, ''false'' otherwise.&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;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
function voice(player,cmd,target1,target2)&lt;br /&gt;
local tp1 = getPlayerFromNamePart(target1)&lt;br /&gt;
local tp2 = getPlayerFromNamePart(target2)&lt;br /&gt;
if tp1 and tp2 then&lt;br /&gt;
setPlayerVoiceBroadcastTo ( tp1, tp2 )&lt;br /&gt;
else&lt;br /&gt;
outputChatBox(&amp;quot;* Usage : /bt [playername][playername] &amp;quot;,player,255,255,255,true) -- for example /bt sora sheepy&lt;br /&gt;
end&lt;br /&gt;
end&lt;br /&gt;
addCommandHandler(&amp;quot;bt&amp;quot;,voice)&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;
{{Player_functions}}&lt;/div&gt;</summary>
		<author><name>Sora</name></author>
	</entry>
</feed>