User:FileEX: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Blanked the page)
(Create profile)
Line 1: Line 1:
[[File:Poland flag.png]]


I'm polish / Jestem Polakiem.
== My contribution / Mój wkład==
I'm a translator and patch contributor. / Jestem tłumaczem i twórcą łatek.
== MTA ==
'''Source Code / Kod źródłowy'''
# [https://github.com/multitheftauto/mtasa-blue/pull/236 Added missing '''isReadOnly''' functions for CEGUI Memo and Editbox]
# [https://github.com/multitheftauto/mtasa-blue/pull/255 Added missing '''guiEditGetMaxLength & guiEditIsMasked''' functions]
# [https://github.com/multitheftauto/mtasa-blue/pull/272 Added missing '''guiWindowIsMovable & guiWindowIsSizable''' functions]
# [https://github.com/multitheftauto/mtasa-blue/pull/280 Added gui combobox missing functions]
# [https://github.com/multitheftauto/mtasa-blue/pull/657 Added '''setSoundLooped & isSoundLooped''' functions]
# [https://github.com/multitheftauto/mtasa-blue/pull/265 Fixed setPedsLODDistance return true]
# [https://github.com/multitheftauto/mtasa-blue/pull/599 Fixed doors state with setElementModel] (Reverted)
# [https://github.com/multitheftauto/mtasa-blue/pull/600 Fixed crash in onClientVehicleCollision]
# [https://github.com/multitheftauto/mtasa-blue/pull/777 Fixed invincible peds] (Reverted)
# [https://github.com/multitheftauto/mtasa-blue/commit/e35684979492b794e060b5eb483dfe3752ae442f Fixed setPedWeaponSlot from 11 to 0 resets goggle effect]
'''Resources / Zasoby'''
# [https://github.com/multitheftauto/mtasa-resources/pull/125 Fixed F1 GUI after destroy vehicle]
# [https://github.com/multitheftauto/mtasa-resources/pull/136 Added more glitches and world properties into server tab]
# [https://github.com/multitheftauto/mtasa-resources/pull/148 Fixed a lot of issues with admin2]
# [https://github.com/multitheftauto/mtasa-resources/pull/153 Fixed bug in admin2]
# [https://github.com/multitheftauto/mtasa-resources/pull/154 Fixed next issues with admin2]
# [https://github.com/multitheftauto/mtasa-resources/pull/155 Fixed bug with saving dimensions in Map Editor]
== WIKI ==
# [https://wiki.multitheftauto.com/wiki/GuiMemoIsReadOnly Created '''guiMemoIsReadOnly''' page]
# [https://wiki.multitheftauto.com/wiki/GuiEditIsReadOnly Created '''guiEditIsReadOnly''' page]
# [https://wiki.multitheftauto.com/wiki/GuiComboBoxGetItemCount Created '''guiComboBoxGetItemCount''' page]
# [https://wiki.multitheftauto.com/wiki/GuiComboBoxSetOpen Created '''guiComboBoxSetOpen''' page]
# [https://wiki.multitheftauto.com/wiki/GuiComboBoxIsOpen Created '''guiComboBoxIsOpen''' page]
# [https://wiki.multitheftauto.com/wiki/OnClientPaste Created '''onClientPaste''' page]
# Translated [https://wiki.multitheftauto.com/index.php?title=Compiling_MTASA Compiling MTASA] into Polish language [https://wiki.multitheftauto.com/wiki/PL/Kompilowanie_MTASA Kompilowanie MTASA]
# A lot of small fixes in other pages
'''From old account "Tararysz12"'''
# Translated [https://wiki.multitheftauto.com/wiki/KickPlayer kickPlayer] into Polish language [https://wiki.multitheftauto.com/wiki/PL/kickPlayer PL/kickPlayer]
# Translated [https://wiki.multitheftauto.com/wiki/SetElementFrozen setElementFrozen] into Polish language [https://wiki.multitheftauto.com/wiki/PL/setElementFrozen PL/setElementFrozen]
# Translated [https://wiki.multitheftauto.com/wiki/Template:Marker_types Marker_types] into Polish language [https://wiki.multitheftauto.com/wiki/Template:PL/Marker_types PL/Marker_types]
# Translated [https://wiki.multitheftauto.com/wiki/CreateMarker createMarker] into Polish language [https://wiki.multitheftauto.com/wiki/PL/createMarker PL/createMarker]
# Translated [https://wiki.multitheftauto.com/wiki/CreateBlipAttachedTo createBlipAttachedTo] into Polish language [https://wiki.multitheftauto.com/wiki/PL/createBlipAttachedTo PL/createBlipAttachedTo]
# Translated [https://wiki.multitheftauto.com/wiki/MTA_Classes MTA_Classes] into Polish language [https://wiki.multitheftauto.com/wiki/PL/MTA_Classes PL/MTA_Classes]
# Translated [https://wiki.multitheftauto.com/wiki/OnMarkerHit onMarkerHit] into Polish language [https://wiki.multitheftauto.com/wiki/PL/onMarkerHit PL/onMarkerHit]
# Translated [https://wiki.multitheftauto.com/wiki/CreatePickup createPickup] into Polish language [https://wiki.multitheftauto.com/wiki/PL/createPickup PL/createPickup]
# Created [https://wiki.multitheftauto.com/wiki/PL/isPlayerOnline PL/isPlayerOnline]
# Created [https://wiki.multitheftauto.com/wiki/PL/Hsv2rgb PL/hsv2rgb]
# Created [https://wiki.multitheftauto.com/wiki/PL/OutputChatBoxWithEnter PL/outputChatBoxWithEnter]
# Translated [https://wiki.multitheftauto.com/wiki/Element/Player Player] into Polish language [https://wiki.multitheftauto.com/wiki/PL/Player PL/player]
# Translated [https://wiki.multitheftauto.com/wiki/Template:See_also/Server_event See also server event] into Polish language [https://wiki.multitheftauto.com/wiki/Template:PL/See_also/Server_event PL/See_also_server_event]
# Several incomplete pages.
# A lot of small fixes in other pages

Revision as of 17:34, 28 April 2023

Poland flag.png

I'm polish / Jestem Polakiem.

My contribution / Mój wkład

I'm a translator and patch contributor. / Jestem tłumaczem i twórcą łatek.

MTA

Source Code / Kod źródłowy

  1. Added missing isReadOnly functions for CEGUI Memo and Editbox
  2. Added missing guiEditGetMaxLength & guiEditIsMasked functions
  3. Added missing guiWindowIsMovable & guiWindowIsSizable functions
  4. Added gui combobox missing functions
  5. Added setSoundLooped & isSoundLooped functions
  6. Fixed setPedsLODDistance return true
  7. Fixed doors state with setElementModel (Reverted)
  8. Fixed crash in onClientVehicleCollision
  9. Fixed invincible peds (Reverted)
  10. Fixed setPedWeaponSlot from 11 to 0 resets goggle effect


Resources / Zasoby

  1. Fixed F1 GUI after destroy vehicle
  2. Added more glitches and world properties into server tab
  3. Fixed a lot of issues with admin2
  4. Fixed bug in admin2
  5. Fixed next issues with admin2
  6. Fixed bug with saving dimensions in Map Editor


WIKI

  1. Created guiMemoIsReadOnly page
  2. Created guiEditIsReadOnly page
  3. Created guiComboBoxGetItemCount page
  4. Created guiComboBoxSetOpen page
  5. Created guiComboBoxIsOpen page
  6. Created onClientPaste page
  7. Translated Compiling MTASA into Polish language Kompilowanie MTASA
  8. A lot of small fixes in other pages


From old account "Tararysz12"

  1. Translated kickPlayer into Polish language PL/kickPlayer
  2. Translated setElementFrozen into Polish language PL/setElementFrozen
  3. Translated Marker_types into Polish language PL/Marker_types
  4. Translated createMarker into Polish language PL/createMarker
  5. Translated createBlipAttachedTo into Polish language PL/createBlipAttachedTo
  6. Translated MTA_Classes into Polish language PL/MTA_Classes
  7. Translated onMarkerHit into Polish language PL/onMarkerHit
  8. Translated createPickup into Polish language PL/createPickup
  9. Created PL/isPlayerOnline
  10. Created PL/hsv2rgb
  11. Created PL/outputChatBoxWithEnter
  12. Translated Player into Polish language PL/player
  13. Translated See also server event into Polish language PL/See_also_server_event
  14. Several incomplete pages.
  15. A lot of small fixes in other pages