Jump to content

Kenix

Retired Staff
  • Posts

    4,121
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Kenix

  1. я тоже но не в версии 1.0.5 памоему 1.0.3 или в перовом релизе 1.0.4
  2. at the moment I do not need the event onClientClick
  3. да паходу скринить в меню и в прошедших версия мта нельзя было тупанул (: но пусть тогда будет как добавление
  4. gme = getLocalPlayer() function damageproof() local vehicle = getPedOccupiedVehicle (gme) setVehicleDamageProof (vehicle, true) end addEventHandler ("onClientPlayerVehicleEnter", getLocalPlayer(), damageproof)
  5. ссылка на учебник (с картинками и подробным объяснением об установке и т.д) версия 1.0 качаем на здоровье: http://www.getzilla.net/files/598839/us ... .docx.html З.Ы учебник довольно большой поэтому я его сделал в ворде. не судите строго первый учебник в ворде. Добавил: если кто знает как запускать гейм моды и плагины самповские пишите сюда.
  6. версия: mtasa-1.1-unstable-2482-20110324-[net419] описание: не показывается меню мта и не работает скриншот в меню скрин: З.Ы скрин сделал через консоль.
  7. ты этот баг автору ресурса скажи а не пиши сюда.
  8. эмм я понимаю тебя что тырить чужие скрипты это круто .... лучше сделай свой да и лучше используй это https://wiki.multitheftauto.com/wiki/Main_Page и используй все учебники https://forum.multitheftauto.com/viewtop ... 74c0b0d731
  9. I have my own ideas and I showed you this screenshot as an example.
  10. i need this something like this example:
  11. this not work not create peds but i fixing problem thx Citizen for old code
  12. if problems with col and txd use this the problem is not in the script and dff or col me a lesson the correct convert from 3dmax => gtasa => mta translate this http://gtamaps.net/forum/index.php?showtopic=8083 and read This WORKING and all lessons and tutorials http://gtamaps.net/forum/index.php?showforum=40 and Benox.exe wrote: -You have to rename the texture in the txd tool (example txd workshop), use the name of the texture you use in 3ds max and without the extension if the name is yo.png , you have to name it yo in the txd tool. -You have to compress the texture in the .txd , compress to DXT1 and DXT3 for texture with alpha channel. -dont use .bmp picture format -use 24 bits or 32 bits. and Creating txd-file. (File with textures) Open the program txd workshop. File-New. Choosing 32BPP. Import. Choose the texture that we textured our model., At the same time copied to the clipboard, it name.use OK. 2 times click under the name of the texture. Do as in the image below (insert your name instead of 32bit image texture and click compressed). Click OK. Bottom right in the window instead choose SanAndreas GTAVC. Everything is ready. Save our txd-file in the folder c dff and col. These are the files should now be in your mailbox: and this works
  13. script works but no create peds bad argument@"createPed" local pedstp1 = { {79,244, 1229, 16.14}, {78,247, 1227, 16.06}, {21,244, 1233, 16.31}, } function Createpeds( ) local modelid1 = pedstp1[1] local x1 = pedstp1[2] local y1 = pedstp1[3] local z1 = pedstp1[4] createPed ( modelid1, x1, y1, z1 ) outputChatBox("peds create") end addEventHandler ( "onResourceStart", getResourceRootElement(getThisResource()), Createpeds )
  14. I've corrected it still does not work.
  15. it works but I do not see here is the position of the picture: GUIEditor_Image[131] = guiCreateStaticImage(0.3077,0.1182,0.0819,0.0449,"images/white.png",true,GUIEditor_Window[131]) getCursorPosition : if ( screenx >= 0.3077 ) and ( screenx <= 0.1182 ) and ( screeny >= 0.3077 ) and ( screeny <= 0.1182 ) then but somehow it does not work with these coordinates and I need to do if the cursor is near the place you would write in chat
  16. да хорошо было бы и ещё 0 сообщений с адреса команды мта видимо у них военная тайна сейчас делают что-то очень хорошее)) наверное это будет как с версией dp.2.1 она очень короткий срок дней побыла (памоему точно не помню) и вышла dp.2.3 видимо тут тоже самое будет как бы тест а патом всё исправят уже в мта 1.1
  17. Kenix

    mta 1.0.5 ????

    https://nightly.multitheftauto.com/ appeared in the inscription 1.0.5 instead of 1.0.4 on the roadmap but no word Please explain.
  18. ахахах паходу это будет не 1.1 а 1.0.5 а патом 1.1 я в шоке возможно это новая версия 1.0.4
×
×
  • Create New...