Lines too long? Help?
#1

Hi, I have a code which gives off the error 'line too long after submissions' or something.

I need to make a really long line because I'm making an admin help in dialog which shows all the commands in a list style.

It's like this..

Код:
new SeniorAdminHelp[] = {
    "adminhelp\ngoto\ngethere\nspectate\nban\nunban\nmute\nunmute\nfreeze\nunfreeze\nslap\npermban ... etc"
};
It keeps going for a while. Please help.
Reply
#2

so add few commands like ahelp ahelp2...
Reply
#3

or add next
like
pawn Код:
if(dialogid == id)
{
    if(!response) return SendClientMessage(playerid, 0xFFFF00FF, "Ahelp cancel!");
    if(response) return ShowPlayerDialog(playerid, id, DIALOG_STYLE_MSGBOX, "Ahelp page 2", "your TeEXT!", "Next or back", "Cancel");
}
Reply
#4

Oh yeah.. lol, thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)