AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   [HELP] Nice Unbind v1.0 by sector unbind.amxx (https://forums.alliedmods.net/showthread.php?t=308309)

Shadowless 06-15-2018 11:57

[HELP] Nice Unbind v1.0 by sector unbind.amxx
 
Hello, please help me to solve my problem, i want to use this script and after join to server i`m getting this error "reliable channel overflowed"


PHP Code:

/*
Created Nice Unbind by sector for www.chatbox.do.am
Web Help - www.chatbox.do.am
All ingenious is simple - Nice. Made in Russia.
*/
#include <amxmodx>
#define nPlugin "Nice Unbind"
new Array: nUnbind
 
public plugin_init() 
{
   
register_plugin(nPlugin"1.0""sector")
   
nUnbind ArrayCreate(64)
   new 
nBuffer[512], nLinenLen
   
while(read_file("addons\amxmodx\configs\unbind.cfg"nLinenBuffer ,64nLen)!=0)
   {
      if(!
nBuffer[0] || nBuffer[0] == ';' || (nBuffer[0] == '/' && nBuffer[1] == '/'))
      {
         
nLine++
         continue
      }
      
ArrayPushString(nUnbindnBuffer)
      
nLine++
   }
   
nLine 0
}
 
public 
client_connect(i)
{
   new 
nBuffer[64], nSize ArraySize(nUnbind)
   for(new 
UnSizeU++)
   {
      
ArrayGetString(nUnbindUnBuffer63)
      
client_cmd(i"%s"nBuffer)
   }




unbind.cfg is like this

Code:

Unbind "MWHEELDOWN"; bind "MWHEELDOWN" "invnext"
Unbind "MWHEELUP"; bind "MWHEELUP" "invprev"


LINK to plugin https://c-s.net.ua/forum/topic52352.html


PLEASE HELP :(

Relaxing 06-15-2018 12:18

Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
 
That is a typical slowhack.

OciXCrom 06-15-2018 12:31

Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
 
Why would you want to remove my bindings? I would never enter such a server. A plugin like that is not supported here.

maqi 06-15-2018 12:33

Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
 
Slowhacking is not supported on this forum and unbinding/binding is not possible anyway.

Shadowless 06-15-2018 12:39

Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
 
BECOUSE MY SERVER AND MY RULES... if don`t want... nobody asking for joining ;)

maqi 06-15-2018 12:42

Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
 
Well you are not going to get help here. So you can move along with that attitude.

CrazY. 06-15-2018 12:43

Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
 
Not, since you can't change client side. If you don't want user binds, just don't open a server.

Shadowless 06-15-2018 12:44

Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
 
BTW on joining there is warn msg about binds, so everything is on your choose ;)

Shadowless 06-15-2018 12:46

Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
 
Quote:

Originally Posted by maqi (Post 2597123)
Well you are not going to get help here. So you can move along with that attitude.

i will not sleep tonight

maqi 06-15-2018 12:47

Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
 
Even if that was the case. Unbinding is not possible on legit and up-to-date versions of counter strike, so you are running a non-steam server, which is also not supported here.


All times are GMT -4. The time now is 04:41.

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