Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define RULES_1 "AdrenalineX Rules\n \nNo Cheating\nHacking tools that change the game are not allowed.\nThis will result in a permanent ban.\n \n"
- #define RULES_2 "No Vehicle Mods\nAll mods that may alter vehicle handling are not allowed. Texture\nMods that improve the visuals of San Andres are allowed here.\nAnybody with vehicle mods will be warned, kicked and then banned.\n \n"
- #define RULES_3 "No Flaming\nPlease try not to argue on the server, we won't accept any kind of racist\nor arguementative comment.\nFailure to play fair and honest may result in a ban.\n \n"
- #define RULES_4 "No Gliching\nIf you find glitches in the server, please inform an admin. Taking advantage\nof serious bugs on the server will not be tolerated.\nThis will result in a fine or kick.\n \n"
- #define RULES_5 "No Spamming\nOur chatbox is for normal chat and server information. Please do not fill\nit will useless nonsense.\nDepending on the severity of the spam, this may result in a temp ban.\n"
- dcmd_rules(playerid, const params[])
- {
- #pragma unused params
- new rules[1000];
- format(rules,350,"%s%s",RULES_1,RULES_2);
- format(rules,350,"%s%s",rules,RULES_3,RULES_4);
- format(rules,200,"%s",rules,RULES_5);
- format(rules,1000,"%s%s%s",str,str2,str3);
- ShowPlayerDialog(playerid, DIALOG_TUTRULES, DIALOG_STYLE_MSGBOX,"AdrenalineX Racing Help",rules, "Back", "Cancel");
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment