PDA

View Full Version : [Help] Resetting BPs [Help]



zxzero
05-26-2013, 08:06 PM
Hello, when the script resets backpacks it only opens the main BP and not the other 2, is there something I am supposed to do?

Nakuu
05-26-2013, 08:10 PM
Here is the function to open backpacks:
Self.OpenMainBackpack():OpenChildren("Golden Backpack", "Blue Backpack")
It opens main backpack and backpacks given in function.

If you are having problems with script downloaded form the forum tho then just contact the person who created it ;) Probably it's just trying to open backpacks that you don't own - you have to change backpack's names in .lua.

zxzero
05-26-2013, 08:14 PM
Here is the function to open backpacks:
Self.OpenMainBackpack():OpenChildren("Golden Backpack", "Blue Backpack")
It opens main backpack and backpacks given in function.

If you are having problems with script downloaded form the forum tho then just contact the person who created it ;) Probably it's just trying to open backpacks that you don't own - you have to change backpack's names in .lua.

<3 you! thanks.