Jump to content

nikitafloy

Members
  • Posts

    419
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by nikitafloy

  1. Сбросьте все настройки, которые ставили на граф. карте. Проверьте стоит "чистая" МТА или нет. Так же лучше проверить все без установленного enb. Дрова на карту последние? Режимы совместимости с картой разные пробовали? Видяха выставлена дискретная или внутренняя по стандарту? (ставится в настройках интерфейса видеокарты, любой) DirectX последний?
  2. u need to "play" with suspension or use setTimer and keep up it: https://wiki.multitheftauto.com/wiki/SetVehicleTurnVelocity
  3. yep,u should to use: setElementPosition, setTimer or event for change map(onColShapeHit for example), table with positions
  4. for simplicity i use resource handling editor and edit: centerOfMass, suspension (and level)
  5. U should to check handling function. I do it in handling editor;)
  6. need code with this variable
  7. За 3 месяца сможешь более-менее писать скрипты
  8. http://forum.sa-mp.com/showthread.php?t=484631 or use google later
  9. i check it, so 1) not working for object without collision 2) u can see example in mta editor - with marker good work 3) u can attach object to marker and move it, after that u can hide object
  10. nikitafloy

    Help

    1) this object may b in MTA 1.6, not now 2) Get models txd, col, dff and replace with (example): col_floors = engineLoadCOL ( "models/office_floors.col" ) engineReplaceCOL ( col_floors, 3781 ) txd_floors = engineLoadTXD ( "models/office_floors.txd" ) engineImportTXD ( txd_floors, 3781 ) dff_floors = engineLoadDFF ( "models/office_floors.dff") engineReplaceModel ( dff_floors, 3781 )
  11. nono relogin on server (login, logout)
  12. apt-get update apt-get upgrade apt-get install ia32-libs
  13. Add before this line: logIn(player, username, password)
  14. Server (25): logIn - Returns true if the player was successfully logged into the given account, but player not login, I think that.
  15. Yes U can set timer, use render event
  16. 1) delete dump_(name ur project) and another here - C:\Program Files (x86)\MTA San Andreas 1.5\server\mods\deathmatch\resources\[gamemodes] (may b not here, i dont remember) 2) in 'resource' - need click on checkbox and refresh, then u can find 'play'
  17. перед всей балдой пропиши: outputChatBox(tostring( getElementModel(getElementData(loot,"parent")) )) и смотри че в чате пишет p.s. когда я начинал, на форуме не особо помогали, в основном на**й посылали скрыто пришлось самому изучать (;
  18. Глянуть как задается и что выводит через outputChatBox
  19. ну написано же, что проблема в переменной 'loot'
×
×
  • Create New...