Input Line Too Long (After Submissions)
#1

So, I've got this code:

pawn Code:
}/*
    if(!strcmp(cmdtext, "/rules", true))
    {
        if(IsPlayerConnected(playerid))
        {
            new message3[] = "\n{AFAFAF}StuntNoobZ Rules:\n1. Any form of Cheating or Hacking is NOT tolerated on StuntNoobZ with a punishment of being permanately banned. \n2. Respect ALL Players, not just the StuntNoobZ Administrators \n3. Do not overkill players as in don't spawn kill them over and over. \n4. Begging for Administrator Status will only reduce your chances of getting chosen to become one, so don't do it! \n5. No racist, discriminating, or offensive comments towards others. \n6. If you have issues with another player, do not argue with them about it, get assistance from an Administrator, or simply ignore the player. \n7. Enjoy the server and please have a good time for yourself and others around! \n8. The [R] Crew has settled home in StuntNoobZ, so please treat them with respect, as we do not take shit. \n9. Owner: [R]Skriptz\n";
            ShowPlayerDialog(playerid, RULESDIALOG2, DIALOG_STYLE_MSGBOX, "  {FFFF00}StuntNoobZ - Stunting Awesomeness!",message3,"Understood","");
            return 1;
        }
        return 1;
    }*/
And if the long line is not commented, it crashes my pawno (goes unresponsive). When it's commented, however, I get the error:

Code:
error 075: input line too long (after substitutions)
I'm sure it's some simple thing that I haven't thought about, but I'm stumped on it. Any help would be greatly appreciated!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)