
DeletedAccount1111
Members-
Posts
329 -
Joined
Everything posted by DeletedAccount1111
-
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?
-
-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
-
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
-
I dont get it, what's so special about it
-
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
-
Project's good. Can you add sentai/power ranger masks?
-
Change the font and fix that broken spanish and it will be 10/10
-
[Project/REL] Immersive Vehicle Enhancements
DeletedAccount1111 replied to GERgta's topic in Resources
Will the resource override car handling or somehow force a top on car handling? -
[Project/REL] Immersive Vehicle Enhancements
DeletedAccount1111 replied to GERgta's topic in Resources
You should change that pedaling like mad makes a bike go faster than a motorbike -
[REL] Custom HUD [Minimalistic] [Added New Speedometer]
DeletedAccount1111 replied to AriosJentu's topic in Resources
This shit looks good bro, nice job -
This actually looks like a thing. I don't like that image but I supossed thats your server logo. Its gud
-
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
-
Will you convert Initial D maps? please
-
The colors could be better (yellow, ugg) but appart from that, really good. You should do the same for hamburguers
-
Everything seems fine, dont know what the error could be
-
It does work for me. Are you sure that txd have a modded skin?
-
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):
-
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
-
(AYUDA) Necesito saber el nombre de este RESOURCE:
DeletedAccount1111 replied to Digore's topic in Recursos y aportes
Ese mapa está incluido en el Freeroam, lol -
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
-
[WIP] wradio - An advanced 3D radio script
DeletedAccount1111 replied to Woovie's topic in Resources
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 -
http://net4game.com/topic/171029-mod-un ... e-cheetah/ Found it. Just unmarked version, not sure if you need road default
-
[REL] ModLoader 1.0 - Loads any mod without scripting!
DeletedAccount1111 replied to Deltanic's topic in Resources
Yep. It works even with that error. -
[REL] ModLoader 1.0 - Loads any mod without scripting!
DeletedAccount1111 replied to Deltanic's topic in Resources
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 -
[REL] ModLoader 1.0 - Loads any mod without scripting!
DeletedAccount1111 replied to Deltanic's topic in Resources
Giving XML error now. What do