.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Enhancement Workshop > Metamod and metamod plugins
Metamod and metamod plugins Plugins and improvements for the metamod server-side mod

Reply
 
Thread Tools
Re: This plugin i dont want but cant find it
Old
  (#31)
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 - 05-03-2005

OK. I've just sent You two sprites (as one zip file) You need for plugin adminshow. I forgot about them sorry. Read my mail and follow instruction what to do with them.
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#32)
tom_ass19
Member
 
Status: Offline
Posts: 21
Join Date: Feb 2005
Default Re: This plugin i dont want but cant find it - 05-03-2005

hey kwo, everything is working good now cept for one problem, theres always problems wit me,haha. the game crashes bout 20min into the game, do u know why this does, first time this has ever happened, im jus playin against bots, maybe it might not happed when im playin wit my mates at a lan party, any ideas on how to fix it
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#33)
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 - 05-03-2005

Go to Your amx\config directory , open to edit plugins.ini file and disable the last one - he_arena.amx (by semicolon) . This one seems for me as unstable one. If it will still crash at You - try disable step by step all other custom plugins to narrow that one causeing Your crash.
I hope You use my dlls (amx and modules) instead these original ones. Otherwise some of the plugins may need to be recompiled or may not work at all.
One question - are You playing CS1.6 Steam or other mod (CZERO, CS1.5)?

Last edited by KWo; 05-03-2005 at 23:56..
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#34)
tom_ass19
Member
 
Status: Offline
Posts: 21
Join Date: Feb 2005
Default Re: This plugin i dont want but cant find it - 06-03-2005

playin wit 1.5. alright man, ill let ya no anyways if i have anymore problems
  
Reply With Quote
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
Re: This plugin i dont want but cant find it
Old
  (#36)
tom_ass19
Member
 
Status: Offline
Posts: 21
Join Date: Feb 2005
Default Re: This plugin i dont want but cant find it - 06-03-2005

haha, its not working, is their a manual way that u can compile them, coz i went to the amxmodx.org website and tried to compile them there, said it couldnt find a specific path. u hate me now dont u coz u thought ah well he will surely be able to do that without any problems and im finished with him now,haha. ur not,haha. soz bout this mate.

oh ya could u also explain this part again, i didnt fully get it. soz mate, im jus slow,haha.

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.
Attached Thumbnails
Click image for larger version

Name:	error.JPG
Views:	436
Size:	31.6 KB
ID:	639  
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#37)
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

Quote:
Originally Posted by tom_ass19
haha, its not working, is their a manual way that u can compile them, coz i went to the amxmodx.org website
AMX MOD X it's another (but similar mod). Yes - there is a manual way to compile them (like I do this everytime). You should copy all files I said You my post above to directory
..amx\examples
then run the batch file compile.bat (this batch is located in ...amx\examples)

Quote:
Originally Posted by tom_ass19
oh ya could u also explain this part again, i didnt fully get it. soz mate, im jus slow,haha.
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.
Go to ...amx\examples\include\amxconst.inc file - then You will see these lines above and change the line
//#define NO_STEAM
to
#define NO_STEAM
(should be without "//")

After this copy those files I said You above (and exactly from these directories) to ...amx\examples directory , then run this batch existing in this directory (compile.bat).
Go to Your ..amx\examples\compiled directory and look if there are some new files (look at date and creation of them).
Eventually change the name of them (if there are some files with "~" and only 8 characters). There should be files with the same names like these You copyied to ...amx\examples , but with *.amx extension (these in amx\examples for compiling are with *.sma extension).
Hope it's clear now.

Last edited by KWo; 06-03-2005 at 16:45..
  
Reply With Quote
Re: This plugin i dont want but cant find it
Old
  (#38)
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 - 07-03-2005

Little correction to this what I said above.
You should copy these *.sma files to ..amx\examples\source directoruy (instead ..amx\examples ). Then start the batch file (comiple.bat) from ...amx\examples directory. Sorry for mistake. :o
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com