Jump to content

Editing skins HELP!!


XxJoexX

Recommended Posts

Ok, i edited the txd for him... heres the code i used.. but it doesnt replace it!!

Meta:

<meta>
<script src="client.lua" type="client" />
<file src="models/joeswoman.txd" />
</meta>

Script:

function clientsetup()
--SKIN REPLACEMENTS
local skin = engineLoadTXD ( "models/joeswoman.txd" ) --Joes woman
engineImportTXD ( skin, 140 )
end
addEventHandler("onClientResourceStart", getRootElement(), clientsetup)

But it doesn't seem to work!

Why doesnt this work and how do i fix it?

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...