Guest User

Untitled

a guest
May 16th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4. #include <amxmisc>
  5.  
  6. #define PLUGIN "/order command"
  7. #define VERSION "1.0"
  8. #define AUTHOR "gogicaa"
  9.  
  10.  
  11. public plugin_init() {
  12. register_plugin(PLUGIN, VERSION, AUTHOR)
  13.  
  14. register_clcmd("say /order" , "motd")
  15. }
  16. public motd(id)
  17. {
  18. show_motd(id, "order.txt", "Order Admin / VIP")
  19. }
Add Comment
Please, Sign In to add comment