03.03.2016, 11:09
Quote:
|
If you set bind to a wrong IP (server cfg) the server will not start.
If you leave it empty or set it to localhost the server will shut down due to the code he uses in his script. So it basically does what it should, it prevents most of the people from running his script on another server. |
Quote:
|
If you know the IP of the server (like getting it through the GetServerIP function posted above), you could compare it and use
PHP Code:
You only need to give the amx file, as this file is your compiled script. Just don't give your pwn file and you should be safe, they won't be able to edit it. |
Quote:
|
Add this somewhere in your script
PHP Code:
PHP Code:
PHP Code:
|
I got a question though. Assuming I did add these codelines into my script, what will happen if he removes/doesn't add the "bind yourserverip" line?


