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
  • 07:34, 29 January 2025 Xenius talk contribs created page OnPlayerTeleport (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22930|This event is triggered when a player's position changes significantly without being caused by setElementPosition.}} During each interval (''player_teleport_alert''), the server monitors player positions and checks for significant unexpected movements. If a player's position deviates beyond the defined threshold without using setElementPosition, this event will be fired. The threshold can...")
  • 19:28, 26 January 2025 Xenius talk contribs created page Dumpdelete (Created page with "{{Useful Function}} <lowercasetitle>dumpdelete</lowercasetitle> __NOTOC__ This function recursively deletes elements inside a table, and if the element is a valid game object (such as a timer or an element), it destroys element or kills the timer. ==Syntax== <syntaxhighlight lang="lua">dumpdelete( table o )</syntaxhighlight> ===Required Arguments=== * '''o''': The table or object to recursively process and delete its elements. ===Returns=== This function...")
  • 17:08, 18 January 2025 Xenius talk contribs created page RestoreGameWorld (add restoreGameWorld)
  • 17:04, 18 January 2025 Xenius talk contribs created page RemoveGameWorld (add removeGameWorld)
  • 09:48, 29 July 2024 Xenius talk contribs created page ListAllFiles (Created page with "{{Useful Function}} __NOTOC__ This function lists all files and subdirectories within a given directory and its subdirectories. ==Syntax== <syntaxhighlight lang="lua">table listAllFiles ( string dirPath )</syntaxhighlight> ===Required Arguments=== * '''dirPath''': The string path of the directory to list files from. ===Returns=== Returns a table containing the paths of all files in the given directory and its subdirectories. ==Code== <syntaxhighlight lang="lua"> func...")
  • 09:30, 29 November 2020 User account Xenius talk contribs was created