Jump to content
  • 0

My private server is blocking customized mods.


nik3231

Question

6 answers to this question

Recommended Posts

  • 0
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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...