Input Line Too Long (After Submissions)
#6

Quote:
Originally Posted by FalconX
View Post
Glad it helped you, good luck for the rest of the scripting mate You can ask me if you need any help(:

-FalconX
Speaking of which, I've got another bug with strcat. It doesn't send all of the lines.

pawn Code:
}
    if(!strcmp(cmdtext, "/rules", true))
    {
        if(IsPlayerConnected(playerid))
        {
            strcat(string, "{FF6347}Any form of Cheating or Hacking is NOT tolerated on StuntNoobZ with a punishment of a permanent ban.\n");
            strcat(string, "{AFAFAF}Respect ALL Players, not just the StuntNoobZ Administrators\n");
            strcat(string, "{AFAFAF}Do not overkill players, as in don't spawn kill them over and over.\n");
            strcat(string, "{AFAFAF}Begging for Administrator Status will only reduce your chances of getting chosen to become one, so don't do it!\n");
            strcat(string, "{AFAFAF}No racist, offensive, or discriminating comments towards one another.\n");
            strcat(string, "{AFAFAF}If you have issues with another player, do not argue with them about it, consult an Administrator, or simply just ignore the player.\n");
            strcat(string, "{AFAFAF}Please enjoy yourself and allow others to have fun too!\n");
            strcat(string, "{AFAFAF}Owner: [R]Skriptz\n");
            strcat(string, "{005353}The [R] Crew ( Roam1n ) has settled here in StuntNoobZ, so please treat them with respect just as you would an Administrator, as we do not take shit.\n");
            ShowPlayerDialog(playerid, RULESDIALOG2, DIALOG_STYLE_MSGBOX, "  {FFFF00}StuntNoobZ - Rules!",string,"Okay","");
            return 1;
        }
        return 1;
    }
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: 5 Guest(s)