30.04.2013, 10:01
it is possible
pawn Код:
new string[128], pName[24];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof string, "Welcome %s to i'm trap server", pName);
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "Test Dialog", string, "Noob", "NVM");