01.08.2011, 08:07
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;
}