FastDriver Posted August 30, 2013 Posted August 30, 2013 (edited) Dear Community, i got an big problem with the skin replacement i dont think its about the script or whatever but i think its my server as far as i know am hosting on an windows server 2008 vps but i still get the same error This is the error: Here's the script that i use [ FORM CASTILLO] function skins ( ) local modelId = 230 local txd = engineLoadTXD ( "skin.txd" ) engineImportTXD ( txd, modelId ) local dff = engineLoadDFF ( "skin.dff", modelId ) engineReplaceModel ( dff, modelId ) end addEventHandler ( "onClientResourceStart", resourceRoot, skins ) <meta> <script src="skins\skinreplacer.lua" type="client" /> <file src="skins\skin.txd" type="client"/> <file src="skins\skin.dff" type="client"/> <min_mta_version client="1.3.1-9.04939" server="1.3.1" /> </meta> And i dont know the problem could anyone help me please? EDIT: POST EDITED Greetz FastDriver Edited August 31, 2013 by Guest
Castillo Posted August 30, 2013 Posted August 30, 2013 Post the meta.xml content. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Castillo Posted August 31, 2013 Posted August 31, 2013 "skins\skin.txd" type="client"/> "skins\skin.dff" type="client"/> As you can see, the path is different than the one you're using in the script. Just make both paths the same. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
FastDriver Posted August 31, 2013 Author Posted August 31, 2013 Problem Solved by castillo/solidsnake14 thanks !
Castillo Posted August 31, 2013 Posted August 31, 2013 You're welcome. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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