[HELP] wow. too long. wow samp wow
#1



ANy help?
Reply
#2

Use strcat for the dialog and break it up into a few strcats, and for the unused symbols - you're creating a string or variable that isn't being used. Simply delete or comment out the 'new <variablename>;' and what not.
Reply
#3

Do like this

Код:
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;
}
Press +rep button if i helped
Reply
#4

Quote:
Originally Posted by NGEN123
Посмотреть сообщение
Do like this

Код:
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;
}
Press +rep button if i helped
You don't need to ask for reputation in every post - if people want to give you rep, they can.
Reply
#5

Alternatively, you should consider using this: https://sampforum.blast.hk/showthread.php?pid=2768123#pid2768123
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)