13.04.2012, 06:28
pawn Код:
CMD:credits(playerid,params[])
{
ShowPlayerDialog(playerid, DIALOGID3, DIALOG_STYLE_MSGBOX, "credits" "your credits", "ok", "Cancel");
return 1;
}
pawn Код:
#define DIALOGID3 101 // 101 is the unique dialog id defined for a dialog named DIALOGID3