09.03.2012, 22:06
Or you can do it this way.
I guess you don't need that now obviously because I'm scripting for you.
pawn Код:
if(strcmp, cmdtext, "/commands", true, 10) == 0)
{
new sz_msg [ 900 ];
strcat( sz_msg, "/heal /help /kill\r\n");
ShowPlayerDialog(playerid,1337,"DIALOG_STYLE_MSGBOX, "Server Commands", sz_msg, "Close","");
return 1;
}