Mike269 Posted August 7, 2014 Share Posted August 7, 2014 Hello guys can you help me fix skin? Script is done just not working on server, whats wrong? Files: hmycr.dff hmycr.txd meta script Script: function replaceskin() txd = engineLoadTXD ( "hmycr.txd" ) engineImportTXD (txd, 47) dff = engineLoadDFF ( "hmycr.dff", 47) engineReplaceModel ( dff, 47) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceskin) Meta: Link to comment
Et-win Posted August 7, 2014 Share Posted August 7, 2014 <script src="script.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