01-27-2012, 03:05 AM
This is possible by using a plugin that adds items to a player's inventory on connect
Put this code
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
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