Search the Community
Showing results for tags 'wiki'.
-
Am realizat de ceva vreme un backup la wiki offline și am gasit un loc unde sa il încarc în cloud poate cuiva îi va fi util în diverse situații fie probleme la internet etc. De menționat este că anumite elemente din pagini ce prezintă diverse culori nu vor mai fi evidențiate precum sunt pe pagina oficială. Link: https://share.internxt.com/d/sh/file/f24b4a7d9c2eb8d8d702/46d08caebf4bb6c91a793054e2e01066945ff84694397e6507ad50ad0cd7803a În caz că link-ul nu mai funcționează în timp lăsați un comentariu la topic și în acest caz voi actualiza link-ul!
-
Hi, i want to translate some pages from wiki to Romanian language so we can have functions and events translated to our language. And i was saving a page and i got this: This user is currently blocked. The latest block log entry is provided below for reference: 17:16, 16 March 2023 Abuse filter talk contribs blocked FlorinSzasz talk contribs with an expiration time of indefinite (account creation disabled, cannot edit own talk page) (Automatically blocked by abuse filter. Description of matched rule: Spam bot detection) I want to know where i was wrong or where i did something wrong?
-
Hello, I'm not sure if it's possible to do this but it would be interesting to redirect our users to to their translated main page (when clicking in MTA Wiki logo) - if his language has any, since there are many translated versions, which would helpful to those who would like to start learning but can't it due to the language barrier. Basically, instead of using the sidebar everytime to pick your language, you could be redirected automatically depending on your country (through IP?) or when changing the language in Preferences page.
-
Dear MTA wiki support team, recently I have been trying to perform changes to the MTA wiki content but have been denied due to a strange error message. A different message is being shown when trying to log out and log in. By assessing the whole set of error messages I am assuming that the MTA wiki is hit by a web service outage and cannot be maintained. Please note that the error messages do wrongfully put the blame on the user or the hijacking of his data but I doubt it is true because I have also tried to login with invalid login data through a Tor node and the same errors happened. Error message when trying to edit content Error message when trying to log out Error message when trying to log in I am sorry if I have missed any official statement about this issue. But it has started pretty recently and I would like to know when it is going to be repaired. Content meant to be added to "Where to buy GTASA"
-
Truth - MTA Wiki Discord Bot Since i was in need for a wiki discord bot on a discord server, I decided to make one. I have also created a dashboard to manage the bot's setting on your guild. This bot is open source so feel free to submit PR's or issues. There is a new wiki coming soon(?), so i am planning to convert this bot to use the new version once it releases if there's no official wiki bot available at that time. I hope this bot can be of use to you. Features Wiki article fetching like on MTA's official discord Wiki article searching Function/Event examples Customizable bot output set via dashboard (hide syntax, hide description etc) Links https://truth.afusensi.xyz/ https://github.com/AfuSensi/truth-mta-wiki-bot
-
Hello everyone. I created a page with an useful function. But I think that it's too hard to others understand. So I need an experienced user or moderator to fix the page or tell me what to do. FadeInText
-
Hola gente acabo de modificar una script de mi Day Z que te permite coger la mochila y con click derecho equipartela manualmente... He echo esto porque en el gamemod que descargue la mochila se te equipaba automáticamente (cosa que no me gustaba) He echo casi todo bien, pero el problema con lo que hice fué que al morir la mochila no desaparece de tu inventario y como consecuencia tampoco te deja arrojar otros items es como que bugea todo tu inventario =( Aqui les dejo mi script: ---------------------------------------------------------------------------- itemName2 = itemName if itemName == "Patrol Pack" and getElementData(getLocalPlayer(), "MAX_Slots") == 12 and getElementData(getLocalPlayer(),"Patrol Pack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "Vest Pouch Pack" and getElementData(getLocalPlayer(), "MAX_Slots") == 14 and getElementData(getLocalPlayer(),"Vest Pouch Pack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "Assault Pack (ACU)" and getElementData(getLocalPlayer(), "MAX_Slots") == 18 and getElementData(getLocalPlayer(),"Assault Pack (ACU)") == 1 then return end ----------------------------------------------------------------------------- if itemName == "Alice Pack" and getElementData(getLocalPlayer(), "MAX_Slots") == 22 and getElementData(getLocalPlayer(),"Alice Pack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "British Assault Pack" and getElementData(getLocalPlayer(), "MAX_Slots") == 26 and getElementData(getLocalPlayer(),"British Assault Pack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "Czech Backpack" and getElementData(getLocalPlayer(), "MAX_Slots") == 30 and getElementData(getLocalPlayer(),"Czech Backpack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "Coyote Backpack" and getElementData(getLocalPlayer(), "MAX_Slots") == 36 and getElementData(getLocalPlayer(),"Coyote Backpack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "CMRA Backpack" and getElementData(getLocalPlayer(), "MAX_Slots") == 70 and getElementData(getLocalPlayer(),"CMRA Backpack") == 1 then return end ----------------------------------------------------------------------------- if itemName == "Army Backpack" and getElementData(getLocalPlayer(), "MAX_Slots") == 50 and getElementData(getLocalPlayer(),"Army Backpack") == 1 then return end end ------------------------------------------------------------------------------ if loot then setElementData(getLocalPlayer(), itemName, (getElementData(getLocalPlayer(), itemName) or 0) + itemPlus) if itemPlus == 0 then setElementData(loot, itemName, getElementData(loot, itemName) - 0) else setElementData(loot, itemName, getElementData(loot, itemName) - 1) end local players = getElementsWithinColShape(loot, "player") if #players > 1 then triggerServerEvent("onPlayerChangeLoot", getRootElement(), loot) end end if getElementData(loot, "itemloot") then triggerServerEvent("refre:~emLoot", getRootElement(), loot, getElementData(loot, "parent")) end end addEvent("onPlayerMoveItemInInventory", true) addEventHandler("onPlayerMoveItemInInventory", getRootElement(), onPlayerMoveItemInInventory) function onClientOpenInventoryStopMenu() triggerEvent("disableMenu", getLocalPlayer()) end function isPlayerInLoot() if getElementData(getLocalPlayer(), "loot") then return getElementData(getLocalPlayer(), "currentCol") end return false end ------------------------------------------------------------------------------ Según noto esta todo bien pero porqué la mochila no desaparece de tu inventario? no se!! Espero me den una manito muchas gracias!!!.
-
كثير ناس ما حافظين الفنكشنات .. والمحرر القديم توقف الدعم له ف قررت اسوي محرر بنفسي صور من المحرر باقيلي Syntax highlighting - تلوين الفنكشنات اضافة البرامترات اضافتهن تلقائئيه كل ما تجي فنكشن جديده بالويكي بس تحدث البرنامج يجيبلك كل الفنكشنات Source code soon :3
-
Hi i'm working on a script editor for mta. The first problem was that i don't have the time to copy and paste all the functions syntax and the return type and the extra info And web scraping did not work for me ( you can check it yourself ) is there a way to get them? The Script editor will be written in Java and it will be open source once i have this problem solved :D. Thanks <3.
-
السلام عليكم ورحمة الله وبركاته..، ي شبابب! اريد واحد يسجل شرح الفيديو تسجيل صوتي لاني مااقدر اسجل صوت
- 16 replies