nik3231 Posted January 6, 2012 Share Posted January 6, 2012 It blocks customized mods like said in subject. I see white rims without colors and it's messed up. Any solutions? ty. Link to comment
0 Jaysds1 Posted January 7, 2012 Share Posted January 7, 2012 depends how your putting it in your server, Are you scripting it in or just adding it on to the server? Link to comment
0 nik3231 Posted January 7, 2012 Author Share Posted January 7, 2012 depends how your putting it in your server,Are you scripting it in or just adding it on to the server? not sure what you really mean. I changed the txd and dff file for my infernus mods. And the mod gets fucked up in my server (in other server works fine, well not all but almost all). Help please. Link to comment
0 Slifer Posted January 8, 2012 Share Posted January 8, 2012 Maybe try to replace the mod by Script? https://wiki.multitheftauto.com/wiki/EngineReplaceModel Link to comment
0 Grimaexreaper Posted January 12, 2012 Share Posted January 12, 2012 also try to add these simple lines lets say i have a folder called gangskins then one inside of it called models it would look like this in the meta lets say my files as the dff and txd are called fam1 fam2 fam3 this is how it would look Now the lua file i renamed to show you the example will go like this addEventHandler('onClientResourceStart', resourceRoot, function() local txd = engineLoadTXD('models/fam1.txd') engineImportTXD(txd, 115) local dff = engineLoadDFF('models/fam1.dff', 0) engineReplaceModel(dff, 115) local txd = engineLoadTXD('models/fam2.txd') engineImportTXD(txd, 116) local dff = engineLoadDFF('models/fam2.dff', 0) engineReplaceModel(dff, 116) local txd = engineLoadTXD('models/fam3.txd') engineImportTXD(txd, 117) local dff = engineLoadDFF('models/fam3.dff', 0) engineReplaceModel(dff, 117) end ) Ok so your wondering what is those numbers that are 115, 116, 117 those are your skin id's that you replace them with whitch can be found at google typing gta skin id's ? and if you do weapons it will be google gta weapon id's ? that is the main scripting of it all God Bless and God Bless All !!! Link to comment
0 Grimaexreaper Posted January 12, 2012 Share Posted January 12, 2012 Also sometimes after adding a new mod you will need to /restartres (whatever its called) or just reconnect then try again if its white it could be a scripting error or a bad mod error ( Also always make sure there is not another mod replacing the same skin that also can cause white errors i rebuild alot of mods and make a bit myself or remake them and use mods so if you ever need any future help with what the problem may be i can most likly show you the errors just email me if you ever have any problems Link to comment
Question
nik3231
It blocks customized mods like said in subject. I see white rims without colors and it's messed up. Any solutions? ty.
Link to comment
6 answers to this question
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