Thread: SZ_GetSpace
View Single Post
Re: SZ_GetSpace
Old
  (#4)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: SZ_GetSpace - 07-02-2005

Try to disable at beginning all custom plugins in Your amxx plugins.ini - write semicolon at the begining of all lines from "custom plugins" section, like for example:
;warcraft3FT.amxx
;
admin_allinone.amxx
.
.
.
etc.

The same for imessages and scroll messages (standard plugins).
;scrollmsg.amxx
;imessage.amxx


In modules.ini disable war3ft

;war3ft_amxx.dll

All above You need to narrow the source of Your problems (which plugin does it). Then - if You will see this SZ_Getspace doesn't appear - You can step by step enable again plugin by plugin (by removing semicolon). The last one enabled again should be war3ft (also in modules.ini).

If even after disabling all I wrote You above this problem still appears - try disable also some other standard plugins (by semicolon at begining of the line).
  
Reply With Quote