06.07.2014, 15:45
Wiki is always your friend.
Should works. But, untested.
Quote:
|
Using -1 as dialog ID will automatically close all open dialog |
pawn Код:
stock HidePlayerDialog( playerid )
return ShowPlayerDialog( playerid, -1, 0, "", "", "", "" );

