wumpyc Posted September 25, 2011 Share Posted September 25, 2011 anyone knows how can i add mods to my MTA server? (vehicle mods) please Link to comment
bandi94 Posted September 25, 2011 Share Posted September 25, 2011 you need to put the script in \MTA San Andreas 1.1\server\mods\deathmatch\resources search vehicle mods on community or try to make yourself Link to comment
wumpyc Posted September 25, 2011 Author Share Posted September 25, 2011 thanks i was searching that long time <3 Link to comment
wumpyc Posted September 25, 2011 Author Share Posted September 25, 2011 yea have any idea which or where to find them because when i place map in resources and place in map .dff .txd of vehicle and when i type start gallardo in console it type that resoursce couldnt been found HELP ME PLZ Link to comment
CapY Posted September 25, 2011 Share Posted September 25, 2011 Always type start yourfoldername , not the .lua name in that folder . Link to comment
wumpyc Posted September 25, 2011 Author Share Posted September 25, 2011 no the name of folder is gallardo and inside are files infernus.dff,infernus.txt,infernus1.txt,infernus2.txt,infernus3.txt Link to comment
CapY Posted September 25, 2011 Share Posted September 25, 2011 no the name of folder is gallardo and inside are files infernus.dff,infernus.txt,infernus1.txt,infernus2.txt,infernus3.txt And where is the meta.xml and why you are using .txt ? Link to comment
wumpyc Posted September 25, 2011 Author Share Posted September 25, 2011 i have vehicle mod http://www.mediafire.com/?t13q9b7488eatqw Link to comment
wumpyc Posted September 25, 2011 Author Share Posted September 25, 2011 HELP ME PLEASE Link to comment
GodFather Posted September 25, 2011 Share Posted September 25, 2011 Use this tool. http://mta.dzek.eu/vehicle/ It will create a resources for you. Just fill it out. Link to comment
CapY Posted September 25, 2011 Share Posted September 25, 2011 First, that mod is not for MTA, it's for GTA , but if you want to make it for MTA , you need to replace a models with an LUA script and you must create 'meta.xml' Check out these two : engineLoadDFF engineImportTXD and here is meta.xml which is required to identifiy the resource. https://wiki.multitheftauto.com/wiki/Meta.xml Link to comment
tim260 Posted September 25, 2011 Share Posted September 25, 2011 your meta xml should look : "NAME" version="1.0" type="script"/> you carpack should look : function replaceModel() txd = engineLoadTXD("PATH TO TXD", CAR ID ) engineImportTXD(txd, CAR ID) dff = engineLoadDFF("PATH TO MOD DFF", CAR ID ) engineReplaceModel(dff, CAR ID) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) addCommandHandler ( "reloadcar", replaceModel ) Link to comment
MatXpl Posted September 25, 2011 Share Posted September 25, 2011 can i replace dff for ped model ? Link to comment
GodFather Posted September 25, 2011 Share Posted September 25, 2011 Sure you can, it is same as for cars you just need to change the files and ID. Link to comment
wumpyc Posted September 26, 2011 Author Share Posted September 26, 2011 tim you got my respect THANKS YOU I LOVE YOU MAN IT WORKS <33333333333333333 RESPECT MAN Link to comment
minepro Posted February 23, 2013 Share Posted February 23, 2013 tim when i put the things the xml and lua and make the "resource" in the folder and put in the xml and lua the stuff u said and put the directorys aswell but when i run the server it says error could not found file manana.txd put it is in the directory!!! please help!!! Link to comment
minepro Posted February 23, 2013 Share Posted February 23, 2013 can anyone help? please? Link to comment
Castillo Posted February 23, 2013 Share Posted February 23, 2013 Upload the resource to mediafire.com and post the link. P.S: You may want to try this resource: https://community.multitheftauto.com/ind ... ls&id=3016 it's a mod loader, you can easily replace skins/weapons/vehicles. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now