seroff

Simple Block Motd 1.0 By Seroff

Jun 25th, 2016
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <amxmodx>
  2.  
  3. public plugin_init(){
  4. register_plugin("Simple Block Motd", "1.0", "Seroff" );
  5. set_msg_block(get_user_msgid("MOTD"), BLOCK_SET);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment