All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:35, 9 October 2023 User account Znajder talk contribs was created
- 05:38, 9 October 2023 IManGaaX talk contribs created page AR/table.flip (Created page with "{{Useful Function}} __NOTOC__ <lowercasetitle></lowercasetitle> هذه الوظيفة تقوم بإرجاع الجدول بالقيم من اخر قيمه لاول قيمه مثل الانعكاس ==Syntax== <syntaxhighlight lang="lua">table table.flip( table theTable )</syntaxhighlight> ===Required Arguments=== * '''theTable''': الجدول الذى تريد انعكاس قيمه. ===Returns=== إرجاع الجدول بالقيم من اخر الجدول إلى ا...")
- 00:45, 9 October 2023 User account Mabel talk contribs was created
- 05:46, 8 October 2023 IManGaaX talk contribs created page File:IManGaaX-Prank.png
- 05:46, 8 October 2023 IManGaaX talk contribs uploaded File:IManGaaX-Prank.png
- 03:49, 8 October 2023 IManGaaX talk contribs created page OnClientPlayerRealTimeChange (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This code implements an event that is triggered when the client's real time change (The time as set on client's computer) ==Parameters== <syntaxhighlight lang="lua">int hour, int minute</syntaxhighlight> * hour: The time hour. * minute: The time minute. ==Source== The source of this event is the client whose time changed ==Code== <section name="Client" class="client" show="true"> <syntaxhighlight lang="l...")
- 04:51, 7 October 2023 IManGaaX talk contribs created page GetElementZoneFullName (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function allows you to retrieve the zone full name of a element ==Syntax== <syntaxhighlight lang="lua">string getElementZoneFullName( element theElement )</syntaxhighlight> ===Required Arguments=== * '''theElement''': The element to get its full zone name ===Returns=== Returns the full name of the element zone ==Code== <section name="Shared" class="both" show="true"> <syntaxhighlight lang="lua"> fun...")
- 21:35, 6 October 2023 User account MooShalaby talk contribs was created
- 16:09, 6 October 2023 CrosRoad95 talk contribs created page Debounce (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function is removing unwanted input noise from buttons, switches or other user input. see: https://www.techtarget.com/whatis/definition/debouncing ==Syntax== <syntaxhighlight lang="lua"> void debounce( number timeout, function callback, ...arguments) </syntaxhighlight> ==Code== <section name="Shared" class="both" show="true"> <syntaxhighlight lang="lua"> local debounces = {} function debounce(timeou...")
- 07:49, 6 October 2023 IManGaaX talk contribs created page OnPlayerZoneChange (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This code implements an event that is triggered when the player enters a new area on the map ==Parameters== <syntaxhighlight lang="lua">string newCity, string newZone</syntaxhighlight> * newCity: New city is name. * newZone: New zone is name. ==Source== The source of this event is the player whose zone was changed <section name="Shared event" class="both" show="true"> <syntaxhighlight lang="lua"> local p...")
- 20:48, 5 October 2023 User account Alican12 talk contribs was created
- 07:24, 5 October 2023 IManGaaX talk contribs created page GetAccountRanks (Created page with "{{Useful Function}} __NOTOC__ This function is used to detect the account name groups and put them in the chat. ==Syntax== <syntaxhighlight lang="lua"> player getAccountRanks ( string accountName ) </syntaxhighlight> ===Required Arguments=== * '''accountName''': A string containing account name of a player you want to know his groups. * '''theplayer''': the player that we tells him. ==Code== <syntaxhighlight lang="lua"> function getAccountRanks( accName,thePlayer ) --...")
- 23:25, 4 October 2023 User account Tobias Comida talk contribs was created
- 12:20, 3 October 2023 User account Mohamed akram talk contribs was created
- 12:02, 3 October 2023 IManGaaX talk contribs created page IsLastExecuteInTimer (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function check if the execute in timer is the last execute ==Syntax== <syntaxhighlight lang="lua">bool isLastExecuteInTimer( timer theTimer )</syntaxhighlight> ===Required Arguments=== * '''theTimer''': The timer to check. ===Returns=== Returns ''true'' if the execute is the last execute in the timer, ''false'' if the execute is not the last execute in the timer <section name="Shared function" class...")
- 03:30, 3 October 2023 IManGaaX talk contribs created page User:IManGaaX (Created page with "__NOTOC__ == Pages created by Youssef Maged (iManGaaX) == table.flip<br> getPlayerGroups == Wiki contributions by Lord Henry == Special:Contributions/LordHenry == External Links to Lord Henry == 32px [https://www.youtube.com/c/YoussefMaged Youssef Maged - Youtube Channel]<br>")
- 08:02, 2 October 2023 Hydra talk contribs created page RO/getSoundProperties (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0130|1.3.0|4097| Această funcție obține proprietățile unui anumit sound. }} ==Sintaxă== <syntaxhighlight lang="lua">float, float, float, bool getSoundProperties( element sound )</syntaxhighlight> {{OOP||sound:getProperties||setSoundProperties}} ===Argumente necesare=== *'''sound:'''' un sound element care este creat folosind playSound sau playSound3D. ===Returneaza=== Această funcție...")
- 07:55, 2 October 2023 Hydra talk contribs created page RO/getSoundPan (Created page with "__NOTOC__ {{Client function}} Această funcție este utilizată pentru a obține nivelul de panoramare al elementului sound specificat. ==Sintaxă== <syntaxhighlight lang="lua">float getSoundPan ( element theSound )</syntaxhighlight> {{OOP||sound:getPan|pan|setSoundPan}} ===Argumente necesare=== *''''theSound:'''' elementul sound pe care doriți să îl obțineți. ===Returnează=== Returnează valoarea ''float'' cu intervalul de la ''-1,0 (stânga)'' l...")
- 07:47, 2 October 2023 Hydra talk contribs created page RO/getSoundFFTData (Created page with "__NOTOC__ {{Client function}} Această funcție obține datele transformării rapide Fourier pentru un flux audio, care este un tabel de valori float reprezentând cadrul audio curent. Acest lucru permite vizualizări, de exemplu. O transformare Fourier rapidă generează un tabel cu toate frecvențele din cadrul audio curent, care începe de la capătul de jos al spectrului, trecând de la frecvențe medii la cele înalte, în această ordine. În cazul în care întâ...")
- 19:58, 1 October 2023 User account EL PANAAA talk contribs was created
- 13:35, 1 October 2023 User account Juan jose hernandezc talk contribs was created
- 12:27, 1 October 2023 User account Oussama144p^ talk contribs was created
- 08:02, 1 October 2023 IManGaaX talk contribs created page GetPlayerGroups (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function return a table with the player groups ==Syntax== <syntaxhighlight lang="lua">table getPlayerRanks( player thePlayer )</syntaxhighlight> ===Required Arguments=== * '''thePlayer''': the player to get his groups ===Returns=== Returns a table with the player groups <section name="Server function" class="server" show="true"> <syntaxhighlight lang="lua"> function getPlayerGroups(thePlayer) if...")
- 07:52, 1 October 2023 IManGaaX talk contribs created page GetPlayerRanks (Created page with "{{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function return a table with the player ranks ==Syntax== <syntaxhighlight lang="lua">table getPlayerRanks( player thePlayer )</syntaxhighlight> ===Required Arguments=== * '''thePlayer''': the player to get his ranks ===Returns=== Returns a table with the player ranks <section name="Server function" class="server" show="true"> <syntaxhighlight lang="lua"> function getPlayerRanks(thePlayer) local...")
- 07:12, 1 October 2023 IManGaaX talk contribs created page Table.flip (Created page with "==Syntax== <syntaxhighlight lang="lua">string table.flip( table )</syntaxhighlight> ===Required Arguments=== * '''tbl''': The table to convert. ===Returns=== Returns table with flip values <section name="Shared function" class="both" show="true"> <syntaxhighlight lang="lua"> function table.flip(theTable) if (type(theTable) == "table") then local newTable = {} local tableNumber = -1 for i = 1, #theTable do tableNumber = tableNumber + 1 table.insert(newTabl...")
- 01:25, 29 September 2023 User account SEMIDIOS talk contribs was created
- 08:30, 28 September 2023 Tracer talk contribs moved page PL/Id to PL/ID (Better naming)
- 08:23, 28 September 2023 Tracer talk contribs moved page Functions/engineStreamingSetProperty to MTA Eir/Functions/engineStreamingSetProperty
- 08:23, 28 September 2023 Tracer talk contribs moved page RU/engineStreamingSetProperty to Functions/engineStreamingSetProperty (Renamed page)
- 08:04, 28 September 2023 Tracer talk contribs moved page Template:*Client function to Template:MTA:Eir/Client function (Renamed template)
- 08:00, 28 September 2023 Tracer talk contribs moved page Template:Resource page hu to Template:HU/Resource page (Renamed template)
- 07:58, 28 September 2023 Tracer talk contribs moved page Template:Map manager hu to Template:HU/Map manager (Renamed template)
- 07:58, 28 September 2023 Tracer talk contribs moved page Template:Needs Checking hu to Template:HU/Needs Checking (Renamed template)
- 07:52, 28 September 2023 Tracer talk contribs moved page PL/Kompilowanie MTASA to Kompilowanie MTASA over redirect (Bezsensowna strona; Useless page)
- 07:52, 28 September 2023 Tracer talk contribs deleted redirect Kompilowanie MTASA by overwriting (Deleted to make way for move from "PL/Kompilowanie MTASA")
- 13:53, 27 September 2023 User account Timrobbin talk contribs was created
- 09:34, 27 September 2023 User account Adamnation talk contribs was created
- 00:26, 27 September 2023 User account ClebinFxp talk contribs was created
- 22:47, 23 September 2023 User account IsacaoBR2013 talk contribs was created
- 17:32, 23 September 2023 Pirulax talk contribs created page ProcessLineAgainstMesh (Create the page. Needs an example!)
- 08:11, 21 September 2023 Hydra talk contribs created page SetCursorCenteredOnRectangle (Created page with "{{Useful Function}} __NOTOC__ This function will center the cursor inside of an rectangle. ==Syntax== <syntaxhighlight lang="lua">bool setCursorCenteredOnRectangle ( float x, float y, float width, float height)</syntaxhighlight> ===Required Arguments=== * '''x:''' The x position of the rectangle. * '''y:''' The y position of the rectangle. * '''width:''' The width of the rectangle. * '''height:''' The width of the rectangle. ===Returns=== Returns a ''true'' if the op...")
- 18:54, 15 September 2023 User account Pegoteed talk contribs was created
- 17:52, 15 September 2023 User account Flox talk contribs was created
- 02:50, 15 September 2023 User account MattForLife talk contribs was created
- 22:50, 12 September 2023 User account Neguinho.zl talk contribs was created
- 17:36, 10 September 2023 Samr46 talk contribs created page File:FireballDestruct.jpg (fireballdestruct)
- 17:36, 10 September 2023 Samr46 talk contribs uploaded File:FireballDestruct.jpg (fireballdestruct)
- 20:45, 8 September 2023 User account G4bxnzzz talk contribs was created
- 13:07, 7 September 2023 AmoSaman talk contribs created page User:AmoSaman (Created page with "<br> slm")
- 12:54, 7 September 2023 User account AmoSaman talk contribs was created