well you can make them, but you need to access the files using iExplorer to upload which is free, but you cannot edit the files that you can open using the free version. You are gonna have to pay for it
well you can make them, but you need to access the files using iExplorer to upload which is free, but you cannot edit the files that you can open using the free version. You are gonna have to pay for it
You don't NEED Iexplorer, only for some do you need iexplorer.
You can use ifile..or modpe if you're jailbroken which i suppose you are. As for the infinite arrows, this might work:
//could work
function useItem(x,y,z,itemId,blockId,side)
if(getCarriedItem()=262&&getCarredItem()=262){
function addItemInventory(262,1)
preventDefault();
}
//or if you wanted a lot of arrows this is simple
function useItem(x,y,z,itemId,blockId,side)
{
if(itemId==0); //your hand is selected, and tap the ground
{
addItemInventory(262,64) //adds a stack of arrows
}
}
Rollback Post to RevisionRollBack
How Many Creepers Does it Take to Change a Lightbulb?
To post a comment, please login or register a new account.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCheck out my game! It's an open-world, sandbox text adventure.
Follow @hexdro_
Hexdro © 2012-2015
You don't NEED Iexplorer, only for some do you need iexplorer.
//could work function useItem(x,y,z,itemId,blockId,side) if(getCarriedItem()=262&&getCarredItem()=262){ function addItemInventory(262,1) preventDefault(); } //or if you wanted a lot of arrows this is simple function useItem(x,y,z,itemId,blockId,side) { if(itemId==0); //your hand is selected, and tap the ground { addItemInventory(262,64) //adds a stack of arrows } }