20.12.2013, 01:08
Allowing dialogs to be moved around the screen.
Movable simply lets the player move the dialog around at free will.
The PosX and PosY sets the position of the dialog to the set coordinates when it is called.
pawn Code:
ShowPlayerDialog(playerid, dialogid, style, movable, posx, posy, caption[], info[], button1[], button2[]);
The PosX and PosY sets the position of the dialog to the set coordinates when it is called.