04.02.2014, 19:35
I splitted it up so you won't have any issues with the line (too long).
pawn Код:
CMD:rules(playerid, params[])
{
ShowPlayerDialog(playerid, DIALOG_RULES, DIALOG_STYLE_LIST, "Rules",
"{10F441}1.{FFFFFF}English in chat use pm for other languages.--Mute\n{10F441}2.{FFFFFF}No Hacking, Bug abusing, No using any thing that gives you an advantages.--Ban\n{10F441}3.{FFFFFF} No arguments, flaming or discrimination.--Mute\n{10F441}4.{FFFFFF} You may insult a player's skills in the game, but don't make things personal.\n{10F441}5. {FFFFFF}Report all hackers, playing with/alongside them will be punished.--Ban/30 day ban for not reporting a hacker.",
"Close","");
return 1;
}