[Tool/Web/Other] Darky's Dialog Creator (SA:MP Tool) | Just another tool!
#8

Quote:
Originally Posted by Schurman
Посмотреть сообщение
This isn't useful at all. Sorry to piss in your cornflakes. (I've been doing this a lot lately, the truth hurts, but you need to take it as CONSTRUCTIVE criticism.)

What would make this useful is some interactive images. Like, as you add a title, the title in the image changes. As you add text, new text appears. If its a list, new list items appear when you put in "\r\n".

This isn't useful because it would actually be easier to look at the SA-MP wiki page for ShowPlayerDialog and then code it yourself.

This is more time consuming than time saving.

EDIT: And I don't know why the people above keep telling you it's useful when, truthfully, it just isn't...

EDIT 2: After trying the program, I noticed some problems with it. When you resize it, the elements don't move. Fix this by docking each element. Example in runtime (for C#):

pawn Код:
control1.Dock = DockStyle.Fill;
// or
control1.Dock = DockStyle.Top;
// or
control1.Dock = DockStyle.Bottom;
// or
control1.Dock = DockStyle.Left;
// or
control1.Dock = DockStyle.Right;
// or
control1.Dock = DockStyle.None;
Goingggg sickk!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)