Raised This Month: $32 Target: $400
 8% 

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


Post New Thread Closed Thread   
 
Thread Tools Display Modes
Author Message
Shadowless
Member
Join Date: May 2018
Old 06-15-2018 , 11:57   [HELP] Nice Unbind v1.0 by sector unbind.amxx
#1

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

Last edited by Shadowless; 06-15-2018 at 11:59.
Shadowless is offline
Send a message via ICQ to Shadowless
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 06-15-2018 , 12:18   Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
#2

That is a typical slowhack.
__________________
Relaxing is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 06-15-2018 , 12:31   Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
#3

Why would you want to remove my bindings? I would never enter such a server. A plugin like that is not supported here.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
maqi
Senior Member
Join Date: Apr 2017
Location: Serbia
Old 06-15-2018 , 12:33   Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
#4

Slowhacking is not supported on this forum and unbinding/binding is not possible anyway.
__________________
stuff
maqi is offline
Shadowless
Member
Join Date: May 2018
Old 06-15-2018 , 12:39   Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
#5

BECOUSE MY SERVER AND MY RULES... if don`t want... nobody asking for joining ;)
Shadowless is offline
Send a message via ICQ to Shadowless
maqi
Senior Member
Join Date: Apr 2017
Location: Serbia
Old 06-15-2018 , 12:42   Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
#6

Well you are not going to get help here. So you can move along with that attitude.
__________________
stuff
maqi is offline
CrazY.
Veteran Member
Join Date: May 2015
Location: SP, Brazil
Old 06-15-2018 , 12:43   Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
#7

Not, since you can't change client side. If you don't want user binds, just don't open a server.
__________________








CrazY. is offline
Shadowless
Member
Join Date: May 2018
Old 06-15-2018 , 12:44   Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
#8

BTW on joining there is warn msg about binds, so everything is on your choose ;)

Last edited by Shadowless; 06-15-2018 at 12:45.
Shadowless is offline
Send a message via ICQ to Shadowless
Shadowless
Member
Join Date: May 2018
Old 06-15-2018 , 12:46   Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
#9

Quote:
Originally Posted by maqi View Post
Well you are not going to get help here. So you can move along with that attitude.
i will not sleep tonight
Shadowless is offline
Send a message via ICQ to Shadowless
maqi
Senior Member
Join Date: Apr 2017
Location: Serbia
Old 06-15-2018 , 12:47   Re: [HELP] Nice Unbind v1.0 by sector unbind.amxx
#10

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.
__________________
stuff
maqi is offline
Closed Thread



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 18:05.


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