Quote:
Originally Posted by n0mansland
Ok then that means your talking to people who cant code. If this isn't for them like you said theyre screwed if they can't code VPS then hows it going to help people who can code vps cause this is really basic for them. W/e sorry reading the first **** made me think its about me cause of what I said before that.
|
It's no problem anyway trying to fix a problem if you can help?
I dont like to use other codes so if u can learn me how to fix this i learned something without using any other examples:P
Code:
if (LinkBack == 1)//This is only the option
{
int DGCount = 0;
List<int> DGList = new List<int>();
foreach (Struct.ItemInfo Item in CSocket.Client.Inventory.Values)
{
if (Item.ItemID == 723085)
{
DGCount++;
Teleport(2021, 219, 215, 0, CSocket);
}
if (DGCount == 5)
break;
}
}
break;
}
It works it checks if you have 5 of em but it doesnt remove em some help pl0x;p