18.09.2014, 13:16
Do like this
Press +rep button if i helped
Код:
CMD:help(playerid, params[])
{
new help[3000];
strcat(help, " YOUR TEXt HERE \n");
strcat(help, " YOUR TEXt HERE \n");
strcat(help, " YOUR TEXt HERE \n");
strcat(help, " YOUR TEXt HERE \n");
strcat(help, " YOUR TEXt HERE \n");
strcat(help, " YOUR TEXt HERE \n");
ShowPlayerDialog(playerid,DIALOG_HELP,DIALOG_STYLE_MSGBOX, "SilverServer Help",help,"Close","");
return 1;
}

