Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RTE 400
#1
Ok I realise what the issue is, and I have tried many ways to fix it, but nothing has worked so far. I am making a code for npc's to open shops when there clicked, it works, saves loads and the npc's still move, but I get

RTE 400
Form already displayed; can't show modally

it's issue is in the trade packet,

it highlights this part in packet "trade" client side

Code:
frmTrade.Show vbModal

I changed it to
Code:
frmTrade.Show VBModeless
and it worked, but it had a issue with the actual trading code.
Everytime I try to buy something it tells me my inventory is full even when it's empty, any suggestions?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)