Jump to content

Skin Replacement ( for a newbie )


fish

Recommended Posts

Hello. I play MTA and I want to learn few things about scripting, ofcourse at a low level. Me and my friends started a MTA server, but what I will ask is not about big scripts or other things like that. I want to add a skin. I don't want to be annoying, I know there are many topics about it, but I am newbie and I don't know scripting language. Is there a way to add this skins ( http://candykond-sergio.blogspot.com/20 ... -ver2.html ) in our MTA server? I asked my friends and they told me it is not possible. I hope you can help me. Have a nice day!

Sorry if I started this topic in a wrong section.

Link to comment

If the skins are compatible with gtasa ( txd and dff files ) you can.

Use engineLoadDFF, engineImportTXD.

Example:

addEventHandler('onClientResourceStart',root, 
       function() 
               skin1 = engineLoadDFF ( 'skin1.dff', SkinID ) 
               engineReplaceModel ( skin1, SkinID ) 
  
               skin12 = engineLoadTXD ( 'skin1.txd' ) 
               engineImportTXD ( skin12, SkinID ) 
       end 
) 

Link to comment

Can you help me again? I played on a MTA server and I saw that few players could hide their blips, names and nobody could locate them. I would like to use it on my server, but I can't find any scripts like that on internet. If you can, please advice me. Thank you!

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