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
#2
Just put frmTrade.show

Jesus D:<

And if you can't even trace down a bug like that down and you've been with Mirage
for god knows how long then.. oh my.
Reply
#3
Yeah, he could do that, but it's not gonna work how most people want it. He prolly wants the form to show modal, so that it's always on top.
Reply
#4
Hey matt got it right, but I can't seem to get it to work that way.
Reply
#5
Another form is already opened modal. Do you have frmMirage open modal for some reason?
Reply
#6
I haven't changed anything as far as that goes so it should be the way Consty made 3.0.3, not really sure how it was setup.

Right about now I'm starting to not really care if it stays on top.


----------------EDIT----------------------

Ok I got the form to show up but, I am presented with a issue, everytime I try to buy a item it tells me trade unsecessful, inventory full
Reply
#7
oh btw guys, this has already been fixed, he got it working earlier today... lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)