View Single Post
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 15:45..
  
Reply With Quote