Jump to content

helpmanager


CallumD

Recommended Posts

Posted

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")

Posted

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.

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