Crashing compiler :s
#1

This crashes the compiler, it doesn't give any response

pawn Код:
dcmd_rules(playerid,params[])
{
    #pragma unused params
    new string[800];
    format(string,sizeof(string),""lred"SERVER RULES",""lwhite"1."lorange"Any 3rd party programs that give you any advantages on others, are not allowed. \n"lwhite"2."lorange"No discussions about sexism and porn. \n"lwhite"3."lorange"Do not advertise any other servers, or sites \n"lwhite"4."lorange"No spamming. \n"lwhite"5."lorange"No spawn-killing. \n"lwhite"6."lorange"Do not annoy players. \n"lwhite"7."lorange"Do not abuse any bugs. \n"lwhite"8."lorange"No offensive/racist acts against other players "lwhite"9."lorange"No car park on another player");
    ShowPlayerDialog(playerid,9889,0,string,"ACCEPT","");
    return 1;
}
Reply


Messages In This Thread
Crashing compiler :s - by FireCat - 01.08.2011, 08:07
Re: Crashing compiler :s - by Basicz - 01.08.2011, 08:47
Re: Crashing compiler :s - by Libra_PL - 01.08.2011, 08:58

Forum Jump:


Users browsing this thread: 1 Guest(s)