16.10.2011, 10:24
Quote:
pawn Code:
|
But, the line is still too long, according to the compiler, it gave me an error :\
Thanks anyways for your help
Quote:
Code:
CMD:rules(playerid, params[]) { new string[500]; format(string, sizeof(string), "1. No insulting or disrespecting other players\n2. No spamming anything in any way\n3. No ramming or b"); format(string, sizeof(string), "%slocking other players\n4. No farming anything in anyway.\n5. Do not say any jokes that may have a n", string); format(string, sizeof(string), "%segative affect on others.\n6. No advertising allowed in all chats\n7. No mods that benefit anything", string); format(string, sizeof(string), "%s and anyone are allowed\n8. No cheats, including hacks of any kind, are allowed.\nFor any explanati", string); format(string, sizeof(string), "%son on all these rules please visit our website\nwww.websitegoeshere.com", string); ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "Server Rules", string, "Agree", ""); return 1; } |