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
  • 14:30, 5 May 2024 ItsHasaN talk contribs created page Levenshtein (Created page with "__NOTOC__ {{Useful Function}} This function can be used to calculate the Levenshtein distance between two strings ==Syntax== <syntaxhighlight lang="lua">int levenshtein(string1, string2)</syntaxhighlight> ===Required Arguments=== * '''string1''': first string. * '''string2''': second string. ===Returns=== Returns an integer representing the levenshtein distance between this two strings ==Code== <section name="Function source (Server/Client)" class="both" show="true">...")
  • 15:46, 14 April 2024 ItsHasaN talk contribs created page GregorianToJalali (Created page with "{{Useful Function}} __NOTOC__ This function converts Gregorian date to Jalali (Shamsi) date ==Syntax== <syntaxhighlight lang="lua">table gregorianToJalali(year, month, day)</syntaxhighlight> ===Required Arguments=== * '''year''': year. * '''month''': month. * '''day''': day. ===Returns=== Returns a table of substrings with different time format. {| border="2" cellpadding="2" cellspacing="0" style="margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; bor...")
  • 19:11, 23 December 2023 User account ItsHasaN talk contribs was created