Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.22 KB | None | 0 0
  1. #include <amxmodx>
  2. #include <amxmisc>
  3.  
  4. #define PLUGIN \"New Plug-In\"
  5. #define VERSION \"1.0\"
  6. #define AUTHOR \"author\"
  7.  
  8.  
  9. public plugin_init() {
  10.     register_plugin(PLUGIN, VERSION, AUTHOR)
  11.    
  12.     // Add your code here...
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement