Samyak Posted January 24, 2014 Share Posted January 24, 2014 Anyone please help me i want a script which can replace the orignal skin of Gta san with the custom skin, Link to comment
MTA Team 0xCiBeR Posted January 24, 2014 MTA Team Share Posted January 24, 2014 You can use This Link to comment
Karuzo Posted January 24, 2014 Share Posted January 24, 2014 addEventHandler('onClientResourceStart',resourceRoot,function () txd = engineLoadTXD( 'yourtxdfile.txd' ) engineImportTXD( txd, 310 ) dff = engineLoadDFF('yourdfffile.dff', 310) engineReplaceModel( dff, 310 ) end) meta: "Samyak" type="misc" name="Skin" description="NewSkin" /> Link to comment
Samyak Posted January 24, 2014 Author Share Posted January 24, 2014 Thanks i will try it 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