Jump to content

skin mods?


GerardWay

Recommended Posts

Posted
engineLoadDFF() 
engineReplaceModel() 
  
 engineLoadTXD (  ) 
engineImportTXD ( ) 

Ingame Name : |DGT|Puma

DGT Clan Server 24/7 Owner/Scripter

MultiGameMode in progress :

n-560x95_FFFFFF_FFFFFF_0283C4_000000.png

Posted

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.

Posted
I was talking today with dzek to fix that site.

What's the problem with it? I have found it working pretty well?

If I helped you, please click the like button on the right ;) Thanks!

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