Alwane Posted July 14, 2013 Share Posted July 14, 2013 Ok Im a noob I admit, I got some awesome soldier skins for my server and im familiar with modloader but I dont know how to add custom skins... Also I want to know how to spawn bots with slothbot Link to comment
DNL291 Posted July 14, 2013 Share Posted July 14, 2013 engineLoadTXD engineImportTXD engineLoadDFF engineReplaceModel https://wiki.multitheftauto.com/wiki/Slothman/Slothbot Link to comment
Alwane Posted July 14, 2013 Author Share Posted July 14, 2013 Ok thanks man! Ok say my skin is... delta.dff and delta.txd how do I script em in with that example? Link to comment
JuniorMelo Posted July 14, 2013 Share Posted July 14, 2013 function Model() txd = engineLoadTXD("delta.txd", 15 ) engineImportTXD(txd, 15)-- dff = engineLoadDFF("delta.dff", 15 ) engineReplaceModel(dff, 15)-- end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), Model) https://wiki.multitheftauto.com/wiki/Character_Skins ID Skins Link to comment
Alwane Posted July 14, 2013 Author Share Posted July 14, 2013 Oh and sorry to bother again but how would the XML look after Im done scripting? Link to comment
#DRAGON!FIRE Posted July 14, 2013 Share Posted July 14, 2013 # XML https://wiki.multitheftauto.com/wiki/Cl ... _functions XML is a data base saved or used to keeping information resource or short file is the control file: save it - save the file - or not to save xmlLoadFile or xmlCreateFile xmlCreateChild xmlNodeSetValue xmlSaveFile xmlUnloadFile xmlNodeSetAttribute xmlFindChild # - These functions, which need a task # - You can view All functions Link to comment
Alwane Posted July 14, 2013 Author Share Posted July 14, 2013 Im lost...Im a complete NOOB at this.. can I email you? Link to comment
#DRAGON!FIRE Posted July 15, 2013 Share Posted July 15, 2013 Im lost...Im a complete NOOB at this.. can I email you? [email protected] I prefer Skype but not a problem Skype : za7f.77 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