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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)