29.05.2012, 15:34
You can use just 1 variable:
PHP код:
new message[1024] = "1 - No cheating or any kind of modification (3rd party applications)\n2 - No flaming, racism or any sort of discrimination towards any other player\n";
format(message, sizeof(message), "%s3 - No spamming/flooding\n4 - Avoid the unnecessary use of sexual language\n5 - Abusing of server bugs is not allowed and should be", message);
format(message, sizeof(message), "%s reported immediately\n6 - Player's should use /report instead of shouting hackers into the chatbox\n7 - Respect every", message);
format(message, sizeof(message), "%s players in the server\n8 - No ramming (Does not apply in some cases)\n9 - No Deathmatching(Does not apply in some cases)", message);
ShowPlayerDialog(playerid, 10, DIALOG_STYLE_MSGBOX,"\t\tRules",message,"Agree","");