Jump to content

DeletedAccount1111

Members
  • Posts

    329
  • Joined

Everything posted by DeletedAccount1111

  1. Added some images. I might wanna look into cleaning that dirt I put in, and making the cloth texture more soft. How do you see it, guys?
  2. -Changes all flags to the NCR Flag (This was for testing) -PSD Files so you can put the flags you want, double click on the little preview in each layer, paste the flag there -If you find a flag that is not changed, tell me the localization Images: Feel free to use the scripts for other resources, for example, a resource that changes all the flag to your country flag, via IP localization (I know this was added recently, or will be added soon) https://community.multitheftauto.com/in ... s&id=11731
  3. Can I please get sort of a list where it lists all the flags in game? Like file.txd - texture name If the texture name will be something already listed, please dont post it, I plan to use shaders
  4. I dont get it, what's so special about it
  5. http://gombolori.net/category/gta-sa-mo ... er-heroes/ Try getting the masks from here Some of these have Power Rangers / Super Sentai. Also Ironman and that cool stuff EDIT: If you search other categories you can find Ultraman and Kamen Rider
  6. Project's good. Can you add sentai/power ranger masks?
  7. Change the font and fix that broken spanish and it will be 10/10
  8. Will the resource override car handling or somehow force a top on car handling?
  9. You should change that pedaling like mad makes a bike go faster than a motorbike
  10. This actually looks like a thing. I don't like that image but I supossed thats your server logo. Its gud
  11. Make it sell mtn dew and doritos Nah, jk. But if you can somehow manage so the machines can sell different stuff and have different skins that would be great
  12. Will you convert Initial D maps? please
  13. The colors could be better (yellow, ugg) but appart from that, really good. You should do the same for hamburguers
  14. Everything seems fine, dont know what the error could be
  15. It does work for me. Are you sure that txd have a modded skin?
  16. I am asuming you have the txt in the root folder, where both scripts are. Anyway, it works for me (Image in spoiler coz' 2big):
  17. You can change textures. You can't change models. Someone gave me a script of this: The lua file: (Afro for example) textures = { ["afro"] = 30201, } function replaceClothes() for cloth, id in pairs(textures) do local txd = engineLoadTXD(cloth..".txd") engineImportTXD(txd, id) end end addEventHandler("onClientResourceStart", resourceRoot, replaceClothes) I think you can make yourself a meta, but just in case: "Threule" version="1" type="script" /> You can get the IDs from here: https://wiki.multitheftauto.com/wiki/Clo ... ponent_IDs
  18. Since Open radio 2 only let server to put the radios, then we could add an option to it to have radio icons. I would do the thing, but I dont know how to make it so custom radios and default radios have Icons
  19. Did Spanish. Or Castilian Spanish at least. Need a latino brother to do it more neutral spanish [ { "languageCode": "es", "friendlyName": "Spanish (Español)", "helpButton": "Ayuda", "l10nButton": "Idioma", "loadButton": "Cargar URL", "removeSong": "Quitar canción", "clearList": "Limpiar lista", "gridlistURL": "URL", "gridlistNP": "Reproduciendo", "prevSong": "Anterior", "nextSong": "Siguiente", "pauseSong": "Pausa/Reproducir", "vehiRadio": "Vehículo", "walkRadio": "Walkman", "boomRadio": "Estéreo portátil", "artistLabel": "Artista", "albumeLabel": "Álbum", "songLabel": "Canción", "tooltips": { "helpButton": "Habilita o deshabilita la información sobre herramientas", "l10nButton": "Cambia el idioma de la interfaz", "inputField": "Campo de texto para escribir la URL a cargar", "loadButton": "Intenta cargar la URL escrita en el cuadro de texto", "removeSong": "Quita la canción seleccionada de la lista", "clearList": "Limpia la lista de reproducción", "playlist": "Lista de canciones a reproducir", "prevSong": "Reproduce la canción anterior o reinicia la actual si han pasado cinco segundos", "nextSong": "Reproduce la siguiente canción de la lista", "pauseSong": "Pausa o reproduce la canción seleccionada. Si es una radio detiene o reanuda la reproducción", "vehiRadio": "Reproduce la radio a través de los altavoces del coche mientras conduces", "walkRadio": "Reproduce la radio a través de tus altavoces locales, como si llevaras auriculares, mientras conduces o vas a pie", "boomRadio": "Reproduce la radio a través de un estéreo portátil mientras vas a pie" } }, Will the script have an option to cicle like GTA Radio? Also please add icons
  20. http://net4game.com/topic/171029-mod-un ... e-cheetah/ Found it. Just unmarked version, not sure if you need road default
  21. What about saying atleast which error? >.> Something about a node. Seems like this line is the one that is giving me problems meta = xmlLoadFile("meta.xml") The problem happens when adding stuff
×
×
  • Create New...