kevincouto6 Posted April 29, 2018 Share Posted April 29, 2018 Can anybody help me <meta> <info type="misc" name=" skin " author="Mane321" description=":)" version="1" /> <file src="data/backspace.txd" /> <file src="data/backspace.dff" /> <script type="server" src="replace.lua" /> </meta> txd = engineLoadTXD("data/backspace.txd") engineImportTXD(txd,46 ) dff = engineLoadDFF("data/backspace.dff",46) engineReplaceModel(ddf,46 ) Link to comment
Bonsai Posted April 29, 2018 Share Posted April 29, 2018 Describe your problem rather than just posting some code maybe? I think I already see the problem but still. Link to comment
kevincouto6 Posted April 29, 2018 Author Share Posted April 29, 2018 8 hours ago, Bonsai said: Describe your problem rather than just posting some code maybe? I think I already see the problem but still. sorry the problem is I can not add a backpack in the parachute's place Link to comment
~Hades~ Posted April 30, 2018 Share Posted April 30, 2018 Script type will be "Client" not server. <script src="replace.lua" type="client"/> 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