View Single Post
Re: How to load metamod with statsme + non metamod bot?
Old
  (#55)
SoUlFaThEr
Moderator
 
SoUlFaThEr's Avatar
 
Status: Offline
Posts: 860
Join Date: Mar 2004
Default Re: How to load metamod with statsme + non metamod bot? - 10-04-2004

it says:

@echo off
if not exist compiled mkdir compiled
if exist temp.txt del temp.txt
for %%i in (*.sma) do sc %%i -ocompiled\%%i >> temp.txt
copy compiled\*.sma compiled\*.amx
del compiled\*.sma
cls
type temp.txt
del temp.txt
pause


also its compiling these files in all capitol letters......the original ones are all lower case.....is this maybe the problem?

and how do i do this with a single plugin......do i have to recomile all things for this one plugin that was downloaded as a .sma??


  
Reply With Quote