16.10.2011, 10:11
pawn Code:
CMD:rules(playerid, params[])
{
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Server Rules",
"1. No insulting or disrespecting other players\n\
2. No spamming anything in any way\n\
3. No ramming or blocking other players\n\
4. No farming anything in anyway.\n\
5. Do not say any jokes that may have a negative affect on others.\n\
6. No advertising allowed in all chats\n\
7. No mods that benefit anything and anyone are allowed\n\
8. No cheats, including hacks of any kind, are allowed.\n\
For any explanation on all these rules please visit our website\n\
www.websitegoeshere.com", "Agree", "");
return 1;
}