hey guys, i Just need to know how I can make an item non tradable for a LOTF source. If you know the answer please reply, thanks.
public static bool LockedItem = false;
if (LockedItem == false)
{
Trading Crap
}
else
{
SendMessageToMySelf(This item is locked!);
}
Lawl i deserve two thanks ahha :DQuote:
Hmm, ill hit thnx, after u tell me how i could lock the item lol Sry for the questions after questions.. im just clueless on this code
if (ItemId == "GmRobe")
{
LockedItem = true;
}
if (LockedItem == false)
{
TRADING CRAP ( CASE 1056 )
}
else if (LockedItem == true)
{
SENDMSGTOME("THE ITEM IS LOCKED DUDE!!!")
}