GerardWay Posted December 4, 2011 Share Posted December 4, 2011 how do i install skin mods on to my server? Link to comment
bandi94 Posted December 4, 2011 Share Posted December 4, 2011 engineLoadDFF() engineReplaceModel() engineLoadTXD ( ) engineImportTXD ( ) Link to comment
Deltanic Posted December 4, 2011 Share Posted December 4, 2011 Well, if you simply want some skin mods, I'd reccomand ModLoader. Download any skin you want, place it in a folder, and there you go. It will work. Download it here, installation manual is included. Good luck Link to comment
GerardWay Posted December 5, 2011 Author Share Posted December 5, 2011 could you give me an example? the file names are: Piggsy.txd and Piggsy.dff and i want to replace skin 82 thanks Link to comment
novo Posted December 5, 2011 Share Posted December 5, 2011 You can use this code: function skins () skinsz = engineLoadTXD("Piggsy.txd") engineImportTXD(skinsz, 82 ) skinsz2 = engineLoadDFF("Piggsy.dff") engineImportDFF(skinsz2, 82) end addEventHandler( "onClientResourceStart", resourceRoot, skins ) It's the same code on the change textures script. You just need to change the ID and the FILE. I modifyed the script for you. Bye. Link to comment
myonlake Posted December 5, 2011 Share Posted December 5, 2011 http://mta.dzek.eu/peds/ Link to comment
tropez Posted December 5, 2011 Share Posted December 5, 2011 I was talking today with dzek to fix that site. Link to comment
myonlake Posted December 5, 2011 Share Posted December 5, 2011 I was talking today with dzek to fix that site. What's the problem with it? I have found it working pretty well? 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