Raised This Month: $ Target: $400
 0% 

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


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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 04:41.


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