president vankk
Web Developer & AuraOT Owner
- Joined
- Jul 10, 2009
- Messages
- 5,719
- Solutions
- 9
- Reaction score
- 339
Hello, I was trying convert a code from 0.4 to 1.2 but I got stucked with theses two lines. Don't know what function to use on it.
Thanks.
Code:
if(getContainerCap(cid)) then
doAddContainerItem(doPlayerAddItem(cid, potion.backpack, 1), potion.item, potion.ammount)
end
Thanks.