CallumD Posted November 11, 2009 Posted November 11, 2009 I wanted to make it so helpmanager can read all the help files from 1 resource instead of making a new resource for every help tab. I figured it would be something to do with the code below. Anybody know how to do this? I no good with xml stuff: local helpnode = getResourceConfig(":"..getResourceName(resource).."/help.xml")
50p Posted November 12, 2009 Posted November 12, 2009 Helpmanager has some exported functions that you can use in your resources... https://wiki.multitheftauto.com/wiki/Res ... elpmanager Scroll down the page and you'll see addHelpTab which returns tab gui element. You can then use it as parent for your own gui elements. - MTA Script Editor - Ask your scripting questions properly, please. - 50p's public resources - Meta.xml - what is it for? How is it possible LOL
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