Advertisement
IdoGame

Jailbreak Rules

Oct 14th, 2014
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include <amxmodx>
  2. #include <amxmisc>
  3. public plugin_init() {
  4. register_plugin("JbRules", "88", "xFlane")
  5. register_clcmd("say /rules","OpenRules")
  6. }
  7. public OpenRules(id){
  8. show_motd(id, "Rules.html", "Jailbreak Rules");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement