Jump to content

Skraund

Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by Skraund

  1. Hello, I have a few questions about the various resolutions of the displays for players: 1. Does MTA support widescreen monitors, such as, for example, a Samsung monitor with a resolution of 3840x1080? ( I mean, the picture in the MTA is stretched to the full resolution or only to a certain, and on the sides are black bars? ) 2. Are there ways to optimize the custom graphical server interface for different monitor resolutions for players? Sorry for my bad english.
  2. Здравствуйте, у меня появилось несколько вопросов по поводу различных разрешений мониторов у игроков: 1. Поддерживает ли MTA широкоформатные мониторы, такие как, например, монитор Samsung с разрешением 3840x1080? ( Я имею ввиду, картинка в MTA растягивается на всё разрешение или только на определённое, а по бокам чёрные полосы? ) 2. Существуют ли способы оптимизации кастомного графического интерфейса сервера под различные разрешения мониторов у игроков?
  3. Hello everyone, often do developers remove from MTA already introduced functions, such as DxDrawImage?
  4. Всем привет, есть мысли сделать свой проект в MTA, и поэтому появилось несколько вопросов: 1. Имеет ли MTA перспективы развития? 2. Зачем некоторый крупные проекты создают свои лаунчеры? 3. При построении структуры сервера, нужно разбивать, например, работы по отдельным ресурсам, чтобы при отключении одного из них сервер всё-равно работал? 4. При создании своего лаунчера используют движок MTA-Blue? 5. Создание своего лаунчера не нарушает какие - либо пользовательские соглашения?
  5. Hello, I made a script that encodes the files: PNG, DFF etc. For this I used: teaEncode( base64Encode( data ), key ) fileOpen, fileDelete, fileRead, fileCreate etc. I need the user to download coded files into the cache, decode and load into memory, and then encode again. That is, so that as a result, the resources are coded in the cache and the user could not decode them without a key that is known only to me. But I'm faced with a problem, I do not know how to make sure that after connecting to the server and downloading the resources, the necessary files are decoded and loaded into memory, and then again coded. Who knows how to crank it?
  6. Hi, I want to ask the experienced scripter what to do and what to use when writing resources so that the server is optimized for large loads and a large number of players.
  7. Hello, how serious problems can appear on the server, if in mtaserver.conf write fpslimit - 100?
  8. Hello, getRootElement - this is the same as root?
  9. Hello, can I run executeBrowserJavascript by pressing a key through the bindKey?
  10. Hello, I would like to ask how you can make the browser appear by pressing the P key, and turn off on the T? Here's what I did at the moment: local browser = guiCreateBrowser( x*14, y*200, 500, 25, true, true, false ) local theBrowser = guiGetBrowser( browser ) function createBrowser() loadBrowserURL( source, "http://mta/1/1.html" ) end addEventHandler( "onClientBrowserCreated", root, createBrowser )
  11. Thank you very much!
  12. Hello, how to remove this triangle, which shows the level of health. https://imgur.com/a/HLIpV
  13. Hello, I created a function that changes the color of the square from white to black on command. But I had a problem, the color should change only for the player who entered it, and it changes for all players on the server, how can I fix it? Event handler: addEventHandler( "onClientHUDRender", getRootElement(), d )
  14. Hello, can you tell me how to make the same input field as in the pictures? https://imgur.com/a/RUbf8
  15. Здравствуйте, можете подсказать, как сделать такое же поле ввода, как на картинках? https://imgur.com/a/RUbf8
×
×
  • Create New...