Raised This Month: $ Target: $400
 0% 

(SHUTDOWN) Amx Plugin (HELP!)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
NiceGuyx
Senior Member
Join Date: Nov 2011
Old 03-18-2012 , 09:21   (SHUTDOWN) Amx Plugin (HELP!)
Reply With Quote #1

Hello! please i need a PLUGIN

I want if the IP Adress of the server is not:

91.241.64.214

then execute the command:

server_cmd("quit")

Please i need it !

Last edited by NiceGuyx; 03-18-2012 at 09:21.
NiceGuyx is offline
Larcyn
Senior Member
Join Date: Oct 2010
Old 03-18-2012 , 09:36   Re: (SHUTDOWN) Amx Plugin (HELP!)
Reply With Quote #2

PHP Code:
new const ALLOWIP[] = "91.241.64.214"

public plugin_init() 
{
    new 
szIP[22]; get_user_ip(0szIPcharsmax(szIP))
    
    if(!
equal(ALLOWIPszIP))
        
server_cmd("quit")

You can deactivate the plugin with
PHP Code:
set_fail_state("yourmsg"
__________________

Taking private requests, PM me for information.
Selling HideNSeek & Jailbreak plugins.

Selling Achievement API System (PHP &
MySQL / nVault)

Last edited by Larcyn; 03-18-2012 at 09:39.
Larcyn is offline
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 03-18-2012 , 09:38   Re: (SHUTDOWN) Amx Plugin (HELP!)
Reply With Quote #3

You are the best code here. Why need help?
__________________

Last edited by kramesa; 03-18-2012 at 10:02.
kramesa is offline
Larcyn
Senior Member
Join Date: Oct 2010
Old 03-18-2012 , 09:50   Re: (SHUTDOWN) Amx Plugin (HELP!)
Reply With Quote #4

Quote:
Originally Posted by kramesa View Post
You are the best code here. Why you dont make the plugin?
I showed him how to do it?
__________________

Taking private requests, PM me for information.
Selling HideNSeek & Jailbreak plugins.

Selling Achievement API System (PHP &
MySQL / nVault)
Larcyn is offline
EpicMonkey
buttmonkey
Join Date: Feb 2012
Old 03-18-2012 , 09:54   Re: (SHUTDOWN) Amx Plugin (HELP!)
Reply With Quote #5

Quote:
Originally Posted by kramesa View Post
You are the best code here. Why you dont make the plugin?
The best coder , hes just messin around with us
EpicMonkey is offline
quark
Veteran Member
Join Date: Oct 2011
Location: Your mind.
Old 03-18-2012 , 11:58   Re: (SHUTDOWN) Amx Plugin (HELP!)
Reply With Quote #6

No , its true .. He dont need any help

Quote:
Originally Posted by NiceGuyx View Post

P.S: i'm the best coder here

__________________

Check out My Plugins:
qServerInfo ; ASKTAG
quark is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 03-19-2012 , 01:52   Re: (SHUTDOWN) Amx Plugin (HELP!)
Reply With Quote #7

If you're the best, you shouldn't need help for something so simple.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
Carlen20
Senior Member
Join Date: Jun 2011
Location: Sweden
Old 03-19-2012 , 03:17   Re: (SHUTDOWN) Amx Plugin (HELP!)
Reply With Quote #8

Hello the "BEST" coder here are you joking with us that you need help? haha
__________________
Nothing are impossible if you just use your mind!

Quote:
Originally Posted by NiceGuyx View Post
P.S: i'm the best coder here

Carlen20 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode