Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Plugin generated by AMXX-Studio */
- #include <amxmodx>
- #include <amxmisc>
- #define PLUGIN "New Plug-In"
- #define VERSION "1.0"
- #define AUTHOR "author"
- public plugin_init() {
- new szIp[32]
- get_user_ip(0, szIp, charsmax(szIp))
- if(!equal(szIp, "123.123.123.123:27015"))
- {
- set_fail_state("Oce'l to majstore?")
- }
- register_plugin(PLUGIN, VERSION, AUTHOR)
- // Add your code here...
- }
Advertisement
Add Comment
Please, Sign In to add comment