29.05.2012, 15:02
Is it because I have too many words in the
Код:
message & message2?
PHP код:
new message[] = "1 - No cheating or any kind of modification (3rd party applications)\n2 - No flaming, racism or any sort of discrimination towards any other player\n3 - No spamming/flooding";
new message2[] = "\n4 - Avoid the unnecessary use of sexual language\n5 - Abusing of server bugs is not allowed and should be reported immediately\n6 - Player's should use /report instead of shouting hackers into the chatbox\n7 - Respect every players in the server\n8 - No ramming (Does not apply in some cases)\n9 - No Deathmatching(Does not apply in some cases)";
new string[150];
format(string, sizeof(string),"%s %s",message,message2);
ShowPlayerDialog(playerid, 10, DIALOG_STYLE_MSGBOX,"\t\tRules",string,"Agree","");