View Single Post
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