29.06.2015, 17:51
Try this
Код HTML:
CMD:testtw(playerid, params[])
{
{
if(PlayerInfo[playerid][pAdmin] >= 1 ||PlayerInfo[playerid][pTrial] >= 3)
{
strcat(eString, "{FF0000}Ce vrei tu\n\
{00FF00}Ce vrei tu\n\
\n\
//----------------------------------------------------------------------
return ShowPlayerDialog(playerid, 123, DIALOG_STYLE_MSGBOX, "Titlu dialog", eString, "Okay", "");
}

