Jump to content

lopezloo

MTA Contributors
  • Posts

    157
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by lopezloo

  1. You can use setPlayerHudComponentVisible in timer.
  2. It is MTA bug: https://github.com/multitheftauto/mtasa-blue/issues/1921
  3. You are attaching blip to every vehicle on the server when any vehicle got streamed in. That doesn't make any sense. Remove that loop and do it only for source.
  4. Turns out it was bug introduced in recent MTA changes. Please update.
  5. You need to recreate this object and controll it by yourself (you can use map editor to get exact position). However, even if you recreate it, GTA still tries to close/open it so you need update rotation every frame. removeWorldModel + createObject + onClientPreRender
  6. Try onClientVehicleDamage instead.
  7. What happens after MTA restart? Is there any dialog about invalid object? If no, you can iterate over all objects to check which one is crashing.
  8. There is built-in resource for that - realdriveby.
  9. You can use this resource to take screenshots of elements: https://community.multitheftauto.com/index.php?p=resources&s=details&id=11836 https://wiki.multitheftauto.com/wiki/Resource:Object_preview#saveRTToFile
  10. It's probably moved vehicle component. See setVehicleComponentPosition.
  11. That was issue #8458 and just got fixed! It's already in nightly builds (v1.5.4-release-11348).
  12. You need vehicle model with window as separate component to do that.
  13. It's part of stealth system. Every time CJ goes into dark place this sound plays. See this:
  14. There is already voice support. See Resource:Voice.
  15. This discussion is ridiculous a bit. I see 2nd solution as obvious way to do it. MTA was never modifing game files in order to enchance experience, and that's why everyone loves MTA. If u trying to build server based on total conversion and let your players manually install mod files you can distribute custom MTA build (with limit adjuster) aswell. So, lets see 2nd option closer. Currently in MTA, there is no ability to add new models into game, so what is the point of limit adjuster in that case? Shouldn't this be done first?
  16. It's 1.5.3 bug. Please update to latest: https://nightly.multitheftauto.com/?mtasa-1.5-rc-latest
  17. Sorry. I'm not working on this anymore. Consider using Cinema Experience.
  18. Tested that again. For some reason my chrome is forcing https for this. Works in firefox.
  19. I have same issue. The whole files.mtasa.com doesn't work for me.
×
×
  • Create New...