Advertisement
iFenomenal

Show motd

Feb 26th, 2019
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. #include <amxmodx>
  2.  
  3. public plugin_init()
  4. {
  5. register_clcmd("say /preturi","ShowMOTD")
  6. register_clcmd("say_team /preturi","ShowMOTD")
  7. }
  8.  
  9. public ShowMOTD(id)   show_motd(id,"https://i.imgur.com/C2xR72k.png")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement