29.03.2008, 16:05
Quote:
Originally Posted by shusta
SA-MP inventory system
Read the ReadMe for installing. Report any bug you find. Features Code:
IsBagFull(bagid); Code:
AddBagItem(bagid,itemid); Return null if the bag is full. Code:
GetSlotItem(bagid,slot); Code:
IsItemInBag(bagid,itemid); Code:
RemoveItem(bagid,itemid); If there are same items it will remove only one. I made this for my gamemod but i think it will help you guys too! Enjoy! Download |