.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Metamod and metamod plugins (http://forums.bots-united.com/forumdisplay.php?f=15)
-   -   This plugin i dont want but cant find it (http://forums.bots-united.com/showthread.php?t=3664)

KWo 05-03-2005 11:46

Re: This plugin i dont want but cant find it
 
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.

tom_ass19 05-03-2005 15:54

Re: This plugin i dont want but cant find it
 
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

KWo 05-03-2005 22:54

Re: This plugin i dont want but cant find it
 
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)?

tom_ass19 05-03-2005 23:54

Re: This plugin i dont want but cant find it
 
playin wit 1.5. alright man, ill let ya no anyways if i have anymore problems

KWo 06-03-2005 07:18

Re: This plugin i dont want but cant find it
 
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
:D

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. :P

tom_ass19 06-03-2005 11:37

Re: This plugin i dont want but cant find it
 
1 Attachment(s)
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.

KWo 06-03-2005 15:44

Re: This plugin i dont want but cant find it
 
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. :(

KWo 07-03-2005 20:02

Re: This plugin i dont want but cant find it
 
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


All times are GMT +2. The time now is 23:21.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.