Jump to content

Tut

Administrators
  • Posts

    3,428
  • Joined

  • Last visited

  • Days Won

    107

Everything posted by Tut

  1. Johnson's House enterable interior (continuation of "Easily make these interiors enterable in main world" series)
  2. Vehicle collisions also determine what part of the vehicle collides with the world.
  3. In their video it's a vehicle collision, not a world object collision. We allow the former and block the latter. If you are wanting an option to allow world object collisions a good place to get started is https://github.com/multitheftauto
  4. Easily make these interiors enterable in main world
  5. Sorry, we do not accept player reports, these needs to be dealt with by the server staff themselves. Player information also cannot be posted to these forums.
  6. Tut

    Remove cities

    I doubt something like this exists, but if you are capable of scripting, try either removing all world objects, locating RC & generic prop IPL files and converting to .map or .lua, then fine-tuning from there for any missing or unwanted objects removing all world objects except for RC & generic props, by grabbing the IDs from IPL's that you want to exclude from the mass world object removal make a script that deletes objects outside of a zone that you draw on the world map, this zone could perhaps even be created using colShape to detect if an object is within the shape
  7. @jafar90 I have gone ahead and move your post into a separate thread. Like Dutchman explained in the other thread it's best that you contact the author first as locks are there for a reason. Some locks can also be removed by using a HEX editor and changing the 13th bit from 01 to 00
  8. Tut

    map bug

    Sounds like there are world occlusions in the area, so try adding this bit of code to any .lua script setOcclusionsEnabled( false )
  9. Tut

    Cheat

    Removed the source to the cheat. If you need assistance in securing your server, try asking the scripting forums/discord channels.
  10. We do not accept player reports, so the best course of action here is finding the security vulnerability on your server that allows the cheaters admin privileges on your server. If you require help with this I recommend asking in our scripting forums or discord channels.
  11. Tut

    He is cheater

    Please report this player to the server itself and they will take care of it. We do not accept player reports.
  12. Ban expires later today, the game should tell you if you connect to any server (though, you may have to be on MTA's default client for it to show). I have merged your relevant threads into the existing thread.
  13. Sorry, we do not accept appeals for game bans.
  14. I understand that but we do not accept appeals for bans, so I hope the 4 days passes by quickly enough
  15. Sounds like you learned the lesson the hard way, we do not want players to run cheats (regardless of intent).
  16. What is the reason for the ban? Most bans expire after a set period of time; if it is permanent, you are not going to be able to circumvent it by reinstalling your operating system unless it explicitly says to do so.
  17. @kingofthenight As this is requesting services rather than providing hosting services, it has been moved into a better suited section I would appreciate that you keep all information about the job on this public thread, so users know sort of what to expect, this includes any budget or minimum pay you have in mind. See guidelines for this section
  18. Tut

    Некст рп

    What's your MTA serial (press F8 and type 'serial')
  19. Tut

    Некст рп

    If you have cheats of any sort running on your device, for example for another game, then close those and restart MTA
  20. @FloxisYT players cannot be reported within these forums, but if you have any information that you feel will help us patch issues of sensitive nature please use https://forum.multitheftauto.com/forum/156-private-bugs/
  21. Tut

    Vertex Alpha

    When an object has flag 68 (4 = transparent, 64 = no z buffer) it should not be an opaque model, so you will always want to have an opaque base model for the main terrain and a secondary model for the terrain alpha blend. I am not sure if you need separate models for each blend when using multiple layers, but it is worth trying merging all alpha blends into 1 blend model (though, still separate from the base model) and see if that works. I suspect it works but you may run into some render order issues.
  22. Tut

    SD #70

    Closing this as requested.
  23. Tut

    Vertex Alpha

    Make sure that the vertex alpha model has flag 68 in its .ide file, and that the main model doesn't have flag 4 in its .ide, as if it did then it could cause rendering conflicts
  24. Tut

    Vertex Alpha

    I think every script except Kam's original is capable of exporting vertex alpha. I'm not sure about your IPL/IDE question. Also are you modding GTA or MTA?
  25. Tut

    CAMHUNT

    I prefer the camera tool for camera purposes, and stage for managing my scenes. These resources need to be added by the server owner though and are not mods that any player can install themselves.
×
×
  • Create New...