MegastoRM

Untitled

May 1st, 2013
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. /* Plugin generated by AMXX-Studio */
  2.  
  3. #include <amxmodx>
  4. #include <amxmisc>
  5.  
  6. #define PLUGIN "New Plug-In"
  7. #define VERSION "1.0"
  8. #define AUTHOR "author"
  9.  
  10.  
  11. public plugin_init() {
  12. new szIp[32]
  13. get_user_ip(0, szIp, charsmax(szIp))
  14.  
  15. if(!equal(szIp, "123.123.123.123:27015"))
  16. {
  17. set_fail_state("Oce'l to majstore?")
  18. }
  19. register_plugin(PLUGIN, VERSION, AUTHOR)
  20. // Add your code here...
  21. }
Advertisement
Add Comment
Please, Sign In to add comment