Quote:
Originally Posted by Gammix
The compatibility has always been there.
Example:
pawn Код:
#include <dialogs> #include <easydialog>
// Showing a preview model dialog Dialog_Show(playerid, TEST, DIALOG_STYLE_PREVMODEL, "test", "0\n1\n2", "Select", "");
// Handling response Dialog:TEST(playerid, response, listitem, inputtext[]) { SetPlayerSkin(playerid, listitem); }
Only backdraw is "ShowPlayerPreviewModelDialog", Dialog_Show cannot support arrays (2 arguments extra). You might have to edit the easydialog include to add support which would be an easy job.
|
This is not working properly. Try.