27.05.2014, 16:09
pawn Код:
enum
{
DIALOG_ADMIN
}
#define DIALOG_ADMIN 966 // used 996 to avoid having another dialog with same id in your script
ShowPlayerDialog(playerid, DIALOG_ADMIN, DIALOG_STYLE_MSGBOX, "Admin Commands", "General Admin: /kick, /ban", "Close", ""); // like that