31.05.2014, 00:03
it means that the line is too long, you can fix it by doing an other line after DIALOG_STYLE_MSGBOX like this one:
pawn Код:
CMD:acmds(playerid,params[])
{
ShowPlayerDialog(playerid,0,DIALOG_STYLE_MSGBOX ,
"Admin Commands:",
"Level 1: /aduty /announce /cc /asay /arepair /jetpack /kick /getip /arepair /warn /lspecoff /lspec\nLevel 2: /explode /slap /ban /freeze /unfreeze /get /goto /mute /unmute /addnos /acar /abike /aheli /aboat /weaps\nLevel 3: /tmenu /poweron[off] /aweaps /setpowerjump /giveweapon /resetweapon /givemoney /superman\nLevel 4: /tmenu /poweron[off] /aweaps /setpowerjump /giveweapon /resetweapon /givemoney /superman\nLevel 5: /setskin /hearnear /freezenear /unfreezenear /healall /armourall\nLevel 6: /akill /setlevel /gmx","Close","");
}