Input Line Too Long (After Submissions)
#4

pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext, "/rules", true))
    {
        if(IsPlayerConnected(playerid))
        {
            new sz_msg [ 900 ];
            strcat( sz_msg, "1. Any form of Cheating or Hacking is NOT tolerated on StuntNoobZ with a punishment of being permanately banned.\r\n");
            strcat( sz_msg, "2. Respect ALL Players, not just the StuntNoobZ Administrators.\r\n");
            strcat( sz_msg, "3. Do not overkill players as in don't spawn kill them over and over.\r\n");
            strcat( sz_msg, "4. Begging for Administrator Status will only reduce your chances of getting chosen to become one, so don't do it!\r\n");
            strcat( sz_msg, "5. No racist, discriminating, or offensive comments towards others.\r\n");
            strcat( sz_msg, "6. If you have issues with another player, do not argue with them about it, get assistance from an Administrator, or simply ignore the player.\r\n");
            strcat( sz_msg, "7. Enjoy the server and please have a good time for yourself and others around!\r\n");
            strcat( sz_msg, "8. The [R] Crew has settled home in StuntNoobZ, so please treat them with respect, as we do not take shit.\r\n");
            strcat( sz_msg, "9. Owner: [R]Skriptz\r\n");
            ShowPlayerDialog(playerid, RULESDIALOG2, DIALOG_STYLE_MSGBOX, "StuntNoobZ Rules:", sz_msg, "Understood", "");
            return 1;
        }

    }
    return 0;
}
Reply


Messages In This Thread
Input Line Too Long (After Submissions) - by TyThaBomb - 05.05.2012, 21:44
Re: Input Line Too Long (After Submissions) - by FalconX - 05.05.2012, 21:46
Re: Input Line Too Long (After Submissions) - by TyThaBomb - 05.05.2012, 21:54
Re: Input Line Too Long (After Submissions) - by sniperwars - 05.05.2012, 21:54
Re: Input Line Too Long (After Submissions) - by FalconX - 05.05.2012, 21:55
Re: Input Line Too Long (After Submissions) - by TyThaBomb - 06.05.2012, 02:03
Re: Input Line Too Long (After Submissions) - by ]Rafaellos[ - 06.05.2012, 06:11
Re: Input Line Too Long (After Submissions) - by iggy1 - 06.05.2012, 07:27
Re: Input Line Too Long (After Submissions) - by ]Rafaellos[ - 06.05.2012, 07:44
Re: Input Line Too Long (After Submissions) - by 2KY - 06.05.2012, 17:05

Forum Jump:


Users browsing this thread: 3 Guest(s)