Advertisement
mforce

MOTD URL

Oct 12th, 2015
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.32 KB | None | 0 0
  1. #include <amxmodx>
  2.  
  3. #define PLUGIN "MOTD URL"
  4. #define VERSION "1.0"
  5. #define AUTHOR "mforce"
  6.  
  7. new const g_URL[] = "http://xxx.hu/xy";
  8.  
  9. public plugin_init() {
  10.     register_plugin(PLUGIN, VERSION, AUTHOR)
  11.     register_clcmd("say /xy", "parancslehivas");
  12. }
  13.  
  14. public parancslehivas(id) show_motd(id, g_URL, "MOTD NEVE")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement