User contributions for Xenius
Jump to navigation
Jump to search
29 January 2025
- 07:4807:48, 29 January 2025 diff hist +43 Server mtaserver.conf No edit summary
- 07:4707:47, 29 January 2025 diff hist +471 Server mtaserver.conf No edit summary
- 07:4407:44, 29 January 2025 diff hist +252 SetServerConfigSetting No edit summary current
- 07:3607:36, 29 January 2025 diff hist +73 Template:Player events No edit summary current
- 07:3407:34, 29 January 2025 diff hist +1,055 N 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..."
26 January 2025
- 19:3019:30, 26 January 2025 diff hist +190 Template:Useful Functions →Utility
- 19:2919:29, 26 January 2025 diff hist −3 Dumpdelete No edit summary current
- 19:2819:28, 26 January 2025 diff hist +1,567 N 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..."
21 January 2025
- 12:1512:15, 21 January 2025 diff hist +38 SetServerConfigSetting No edit summary
- 12:1512:15, 21 January 2025 diff hist 0 Server mtaserver.conf No edit summary
- 12:1412:14, 21 January 2025 diff hist +1,069 Server mtaserver.conf No edit summary
- 12:0212:02, 21 January 2025 diff hist 0 Server mtaserver.conf →hideac
- 12:0212:02, 21 January 2025 diff hist +224 Server mtaserver.conf add "hideac" to mtaserver.conf
18 January 2025
- 20:2720:27, 18 January 2025 diff hist +94 Template:World functions No edit summary current
- 17:1817:18, 18 January 2025 diff hist −24 RemoveGameWorld No edit summary current
- 17:1817:18, 18 January 2025 diff hist −25 RestoreGameWorld No edit summary current
- 17:0917:09, 18 January 2025 diff hist 0 RemoveGameWorld No edit summary
- 17:0917:09, 18 January 2025 diff hist −1 RestoreGameWorld No edit summary
- 17:0817:08, 18 January 2025 diff hist +1 RestoreGameWorld No edit summary
- 17:0817:08, 18 January 2025 diff hist +510 N RestoreGameWorld add restoreGameWorld
- 17:0617:06, 18 January 2025 diff hist +7 RemoveGameWorld No edit summary
- 17:0417:04, 18 January 2025 diff hist +532 N RemoveGameWorld add removeGameWorld
13 January 2025
- 11:2111:21, 13 January 2025 diff hist +14 DbConnect No edit summary
- 11:1611:16, 13 January 2025 diff hist +48 DbConnect No edit summary
- 10:5810:58, 13 January 2025 diff hist +566 DbConnect Update password management note
16 October 2024
- 14:1414:14, 16 October 2024 diff hist +91 EngineAddImage No edit summary current
- 14:0414:04, 16 October 2024 diff hist 0 EngineAddImage No edit summary Tag: Manual revert
- 14:0314:03, 16 October 2024 diff hist 0 EngineAddImage No edit summary
- 14:0214:02, 16 October 2024 diff hist +1 EngineAddImage No edit summary
29 July 2024
- 09:5309:53, 29 July 2024 diff hist +171 Template:Useful Functions →Utility
- 09:5109:51, 29 July 2024 diff hist +45 ListAllFiles No edit summary current
- 09:4809:48, 29 July 2024 diff hist −120 ListAllFiles →Code
- 09:4809:48, 29 July 2024 diff hist +1,766 N 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..."
16 June 2023
- 18:3718:37, 16 June 2023 diff hist +226 EngineRestreamWorld No edit summary
29 November 2020
- 09:4509:45, 29 November 2020 diff hist +610 N EngineRestreamWorld Created page with "__NOTOC__ {{Client function}} {{New feature/item|1|1.5.8|20704|This function re-streams everything in world.}} ==Syntax== <syntaxhighlight lang="lua"> bool engineRestreamWorl..."