Players Inventory
#8
This is possible by using a plugin that adds items to a player's inventory on connect

Put this code
Code:
    local NewItem = cItem( ItemID, ItemAmount, ItemMeta )
    Player:GetInventory():AddItem( NewItem )

In this hook http://mc-server.org/wiki/doku.php?id=ap...playerjoin

And it should work :O If you want I can create this plugin for you
Reply
Thanks given by:


Messages In This Thread
Players Inventory - by tbar - 01-24-2012, 10:08 PM
RE: Players Inventory - by FakeTruth - 01-24-2012, 10:52 PM
RE: Players Inventory - by tbar - 01-24-2012, 11:55 PM
RE: Players Inventory - by FakeTruth - 01-25-2012, 12:27 AM
RE: Players Inventory - by tbar - 01-25-2012, 01:23 AM
RE: Players Inventory - by FakeTruth - 01-25-2012, 02:21 AM
RE: Players Inventory - by tbar - 01-27-2012, 01:33 AM
RE: Players Inventory - by FakeTruth - 01-27-2012, 03:05 AM
RE: Players Inventory - by tbar - 01-27-2012, 04:23 PM
RE: Players Inventory - by FakeTruth - 01-29-2012, 01:27 AM
RE: Players Inventory - by tbar - 01-30-2012, 01:28 AM
RE: Players Inventory - by FakeTruth - 01-30-2012, 06:47 AM
RE: Players Inventory - by tbar - 01-31-2012, 02:00 AM
RE: Players Inventory - by FakeTruth - 01-31-2012, 02:59 AM



Users browsing this thread: 1 Guest(s)