View Single Post
Re: This plugin i dont want but cant find it
Old
  (#35)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: This plugin i dont want but cant find it - 06-03-2005

For CS1.5 some plugins need to be recompiled again, because they should be recompiled with NO_STEAM defined in the file ...\amx\examples\include\amxconst.inc
In this file there are the lines:
// Uncomment if you are not using Steam
//#define NO_STEAM
and You shoud take out these "//" from the second line.

Then You should recompile the following plugins (from following directories):
...\amx\examples\source\beta\beta_from_cvs\admin.s ma
...\amx\examples\source\beta\beta_from_cvs\ admin_mysql.sma
...\amx\examples\source\defaults\admincmd.sma
...\amx\examples\source\defaults\adminslots.sma
...\amx\examples\source\beta\ok\amx_atac.sma
...\amx\examples\source\beta\ok\maphandler.sma
...\amx\examples\source\beta\ok\playersinfo.sma
...\amx\examples\source\defaults\restmenu.sma
...\amx\examples\source\beta\ok\statsx.sma

Note - You need to use exactly these files from exactly these directories, because they are with some bugfixes/improvements.
If You recompile the plugins like above (with defined NO_STEAM in amxconst.inc) and copy recompiled plugins to ...amx\plugins (check the filenames after recompiling!) there is one step remaining You have to do:

go to ...amx\config\amx.cfg file and change the last line:
csdm_steam 1
to
csdm_steam 0

After making all like above Your CS should stop crash.

Well, it's a lot of work for You to do, but the lesson for You for the next time is this - if You have problem - describe exactly what the operating system You have, what the mod You are playing, what exactly configuration of mm plugins and mod plugins You have - then we can better and faster help You. It was my colleague T Wrecks described it the best here:
http://forums.bots-united.com/showpo...1&postcount=10


I would like You will recompile these plugins Your-self . This way You will more understand AMX and in the future You will be able to help other people, too. But if You will lose about two-three days and You will not be able to make all this work I've described You, I'll send You my amx for CS1.5 with all this work done. You could say this at begining You have CS1.5.
  
Reply With Quote