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).
- 12:48, 27 May 2024 FileEX talk contribs created page DxDrawLine3D legacy (Legacy versions)
- 12:36, 27 May 2024 FileEX talk contribs created page Template:Legacy (Created page with "'''NOTE:''' This page describes the current implementation. For older versions check <includeonly>[[{{{1}}}|legacy version]]</includeonly> Category:Utility templates")
- 12:12, 26 May 2024 Tracer talk contribs created page PathIsDirectory (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470|Checks if a specified path points to a directory.}} ==Syntax== <syntaxhighlight lang="lua"> table pathIsDirectory ( string path ) </syntaxhighlight> {{OOP||path:isDirectory}} ===Required Arguments=== *'''path:''' A string containing a path you want to check against ===Returns=== Returns '''true''' if the path points to a directory, '''false''' otherwise. ==Example==...")
- 12:10, 26 May 2024 Tracer talk contribs created page String.repeat (Created page with "{{Useful Function}} __NOTOC__ This function repeats a substring n times. ==Syntax== <syntaxhighlight lang="lua"> string string.repetition ( string what, int n ) </syntaxhighlight> ===Required Arguments=== * '''what''': String you want to repeat * '''n''': Number of times you want the string to repeat ===Returns=== Returns repeated string ==Code== <section name="Shared script" class="both" show="true"> <syntaxhighlight lang="lua"> function string.repetition(what, n)...")
- 11:32, 26 May 2024 Tracer talk contribs created page PathIsFile (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470|Checks if a specified path points to a file.}} ==Syntax== <syntaxhighlight lang="lua"> table pathIsFile ( string path ) </syntaxhighlight> {{OOP||path:isFile}} ===Required Arguments=== *'''path:''' A string containing a path you want to check against ===Returns=== Returns '''true''' if the path points to a file, '''false''' otherwise. ==Example== <section name="Share...")
- 11:25, 26 May 2024 Tracer talk contribs created page String.startsWith (Created page with "{{Useful Function}} __NOTOC__ This function checks if a string starts with other string. ==Syntax== <syntaxhighlight lang="lua"> bool string.startsWith ( string prefix ) </syntaxhighlight> ===Required Arguments=== * '''suffix''': Prefix you want to check your string against ===Returns=== Returns true if string starts with a prefix, false otherwise. ==Code== <section name="Shared script" class="both" show="true"> <syntaxhighlight lang="lua"> function string.startsWith...")
- 11:20, 26 May 2024 Tracer talk contribs created page PathListDir (Created page with "__NOTOC__ {{Shared function}} {{Added feature/item|1.6.1|1.6.0|22470| Reads a specified directory and returns all entries inside of it. }} ==Syntax== <syntaxhighlight lang="lua"> table pathListDir ( string path ) </syntaxhighlight> {{OOP||path:listDir}} ===Required Arguments=== *'''path:''' A string containing a path you want to get entries from ===Returns=== Returns table with all entries in a specified directory. ==Example== <section name="Client" clas...")
- 10:48, 26 May 2024 Tracer talk contribs created page String.endsWith (Created page with "{{Useful Function}} __NOTOC__ This function checks if a string ends with other string. ==Syntax== <syntaxhighlight lang="lua"> bool string.endsWith ( string suffix ) </syntaxhighlight> ===Required Arguments=== * '''suffix''': Suffix you want to check your string against ===Returns=== Returns true if string ends with a suffix, false otherwise. ==Code== <section name="Shared script" class="both" show="true"> <syntaxhighlight lang="lua"> function string:endsWith(suffix)...")
- 10:33, 26 May 2024 Tracer talk contribs created page Template:Shared path functions (Created page with "<ul> {{New items|3.0161|1.6.0| <li>pathListDir</li> <li>pathIsFile</li> <li>pathIsDirectory</li> |22470}} </ul> <noinclude> Category:Functions templates </noinclude>")
- 10:30, 26 May 2024 Tracer talk contribs created page GetAccountType (Created page with "__NOTOC__ {{Server function}} {{New feature/item|3.0161|1.6.0|22470|This function returns an account type.}} ==Syntax== <syntaxhighlight lang="lua"> string getAccountType ( account theAccount ) </syntaxhighlight> {{OOP|This function is a static function underneath the Account class.|Account.getType||}} ===Required Arguments=== *'''theAccount:''' An account you want to get info from ===Returns=== Returns ''string'' containing the type of the account if t...")
- 10:02, 26 May 2024 Tracer talk contribs created page OnAccountRemove (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22470|This event is triggered every time an account is removed}} ==Parameters== <syntaxhighlight lang="lua"> account theAccount </syntaxhighlight> *'''theAccount:''' An account element that was removed ==Source== The source of this event is the root element. ==Canceling== This event cannot be canceled. ==Example== This example prints a messa...")
- 10:01, 26 May 2024 Tracer talk contribs created page OnAccountCreate (Created page with "__NOTOC__ {{Server event}} {{Added feature/item|1.6.1|1.6.0|22470|This event is triggered every time an account is created}} ==Parameters== <syntaxhighlight lang="lua"> account theAccount </syntaxhighlight> *'''theAccount:''' An account element that was created ==Source== The source of this event is the root element. ==Canceling== This event cannot be canceled. ==Example== This example prints a messa...")
- 17:05, 25 May 2024 User account Felix5k talk contribs was created
- 15:10, 25 May 2024 TheNormalnij talk contribs created page RestoreAllGameBuildings (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6.0|22420|This function cancels RemoveAllGameBuildings efffect}} {{Note|This function can destroy some scripted buildings if the building pool does not have enough free space for game buildings.}} ==Syntax== <syntaxhighlight lang="lua">nil restoreAllGameBuildings ( )</syntaxhighlight> ===Returns=== Nothing ==See Also== {{Building functions}}")
- 14:59, 25 May 2024 TheNormalnij talk contribs created page RemoveAllGameBuildings (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6.0|22420|This function is used to remove all world buildings and frees building pool.}} ==Syntax== <syntaxhighlight lang="lua">nil removeAllGameBuildings ( )</syntaxhighlight> ===Returns=== Nothing ==See Also== {{Building functions}}")
- 20:02, 24 May 2024 Srslyyyy talk contribs created page OnPlayerTriggerInvalidEvent (Add onPlayerTriggerInvalidEvent by lopsi (https://github.com/multitheftauto/mtasa-blue/pull/3400))
- 06:10, 24 May 2024 Esmail9900 talk contribs created page OnPlayerTeamChange (Player events)
- 18:29, 23 May 2024 Tracer talk contribs created page OnResourceStateChange (Created page with "{{Server event}} <!-- Change version when https://buildinfo.multitheftauto.com will be updated --> {{Added feature/item|1.6.1|1.6.0|22430| This event is triggered when a resource's state is changed. This event is an extended version of onResourceLoadStateChange }} __NOTOC__ ==Parameters== <syntaxhighlight lang="lua"> resource changedResource, string oldState, string newState </syntaxhighlight> *'''changedResource''': The resource that was either loaded, re...")
- 15:45, 21 May 2024 Flox talk contribs created page Ru/OOP (Created page with "Объектно-ориентированное программирование было введено в MTA:SA 1.4 и поставляется со специальными служебными классами, такими как Vector и Matrix. Эта страница содержит общую информацию о функциях OOP и содержит полезные ссылки. == Включение == По умолчанию ООП откл...")
- 12:20, 17 May 2024 User account Dom talk contribs was created
- 05:53, 16 May 2024 User account Luis miguel talk contribs was created
- 15:20, 15 May 2024 Limedev talk contribs uploaded a new version of File:Mtacse preview.png (Not so long.)
- 14:19, 15 May 2024 Limedev talk contribs created page RU/MTA:SA Developers: Mobile (Created page with "{| style="float: right; border-collapse: collapse; width: 270px" |256px |} {{TOClimit|1}} ==Введение== MTA:SA Developers: Mobile — это улучшенная версия приложения [https://forum.multitheftauto.com/topic/128180-mta-compiler-script-editor/ MTA Compiler & Script editor], которая содержит в себе мобильную версию форума, wiki и сообщества MTA:SA, улучшенн...")
- 14:17, 15 May 2024 Limedev talk contribs created page MTA:SA Developers: Mobile (Created page with "{| style="float: right; border-collapse: collapse; width: 270px" |256px |} {{TOClimit|1}} ==Введение== MTA:SA Developers: Mobile — это улучшенная версия приложения [https://forum.multitheftauto.com/topic/128180-mta-compiler-script-editor/ MTA Compiler & Script editor], которая содержит в себе мобильную версию форума, wiki и сообщества MTA:SA, улучшенн...")
- 14:14, 15 May 2024 Limedev talk contribs created page File:Mtacse preview.png
- 14:14, 15 May 2024 Limedev talk contribs uploaded File:Mtacse preview.png
- 12:49, 15 May 2024 Limedev talk contribs created page File:Mtacse.png
- 12:49, 15 May 2024 Limedev talk contribs uploaded File:Mtacse.png
- 16:51, 14 May 2024 User account Russo Cobain talk contribs was created
- 23:48, 13 May 2024 User account Monsalvee talk contribs was created
- 20:30, 12 May 2024 Camargo talk contribs created page User:Camargo (Creating my profile)
- 20:06, 12 May 2024 Camargo talk contribs created page Modules/CMR Protected (Adding a new page for a new module that protects scripts)
- 19:49, 12 May 2024 User account Camargo talk contribs was created
- 20:42, 10 May 2024 JHXP talk contribs deleted page User:Ptseducation1 (Spam)
- 20:41, 10 May 2024 JHXP talk contribs deleted page User:Toiyeutruyenfull (Spam)
- 15:25, 10 May 2024 Toiyeutruyenfull talk contribs created page User:Toiyeutruyenfull (Created page with "tsuki ga michibiku isekai douchuu là một trong những truyện truyện xuyên không hay nhất trong danh sách truyện tại web truyenfull. Cùng đọc truyện online https://truyenfull.com/tsuki-ga-michibiku-isekai-douchuu.30151/ MXH: https://www.hulkshare.com/toiyeutruyenfull http://forums.wolflair.com/member.php?u=113009 https://ko-fi.com/toiyeutruyenfull https://forums.sentora.org/member.php?action=profile&uid=22680 https://forum.gekko.wizb.it/user-21011.h...")
- 15:19, 10 May 2024 User account Toiyeutruyenfull talk contribs was created
- 08:42, 9 May 2024 Ptseducation1 talk contribs created page User:Ptseducation1 (Created page with "PTS Education - đồng hành cùng bạn với ước mơ du học châu âu với hơn nhiều năm kinh nghiệm, đội ngũ chuyên nghiệp, đa dạng lựa chọn quốc gia, trường học danh tiếng. #duhocchauau #pts #ptseducation #duhoc #duhocnuocngoai Xem thêm: https://pts-education.com/ MXH: https://www.facebook.com/tuvanduhocpts/ https://www.instagram.com/pts.education/ https://www.linkedin.com/company/pts-education/about/ https://www.youtube.com/@du...")
- 08:38, 9 May 2024 User account Ptseducation1 talk contribs was created
- 18:34, 8 May 2024 User account UVV talk contribs was created
- 00:05, 6 May 2024 User account 69 talk contribs was created
- 23:45, 5 May 2024 User account SS talk contribs was created
- 15:31, 5 May 2024 User account Edelvan talk contribs was created
- 14:57, 5 May 2024 User account Brayam talk contribs was created
- 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">...")
- 07:51, 5 May 2024 Thisdp talk contribs created page File:DGS Quadrilateral 1.png
- 07:51, 5 May 2024 Thisdp talk contribs uploaded File:DGS Quadrilateral 1.png
- 07:45, 5 May 2024 Thisdp talk contribs created page DgsCreateQuad (Created page with "__NOTOC__ {{Client function}} <span style="color:#FF0000;text-shadow:black 0.1em 0.1em 0.6em;">>>>Warning: This feature requires pixel shader model 2_a<<<</span> This function creates a quadrilateral shader that can be used for dgs elements. ==Syntax== <syntaxhighlight lang="lua"> element dgsCreateQuad( table corners [, int color = 0xFFFFFFFF, texture background = nil, bool colorOverwritten = true ] ) </syntaxhighlight> Image:DGS_Rounded_Rectangle.png|300px|thumb...")
- 15:29, 3 May 2024 User account Mohxgn talk contribs was created
- 15:25, 1 May 2024 User account Meftah talk contribs was created