Updated for latest version
This commit is contained in:
parent
c6e265b414
commit
0d65bb64f9
Binary file not shown.
|
@ -26,11 +26,6 @@ private void AddPlugins()
|
||||||
AddPlugin("statsx");
|
AddPlugin("statsx");
|
||||||
AddPlugin("restmenu");
|
AddPlugin("restmenu");
|
||||||
|
|
||||||
Plugin pl = new Plugin("plmenu");
|
|
||||||
pl.source = "..\\plmenu";
|
|
||||||
pl.options = "CSTRIKE=1 -oplmenu.amx";
|
|
||||||
m_Plugins.Add(pl);
|
|
||||||
|
|
||||||
Plugin csstats = new Plugin("csstats");
|
Plugin csstats = new Plugin("csstats");
|
||||||
csstats.outdir = "data";
|
csstats.outdir = "data";
|
||||||
m_Plugins.Add(csstats);
|
m_Plugins.Add(csstats);
|
||||||
|
|
|
@ -3,4 +3,4 @@ source = /home1/dvander/amxx
|
||||||
makeopts =
|
makeopts =
|
||||||
output = /home1/dvander/done
|
output = /home1/dvander/done
|
||||||
devenv = /usr/bin/make
|
devenv = /usr/bin/make
|
||||||
release = amxmodx-1.55
|
release = amxmodx-1.60
|
||||||
|
|
|
@ -3,4 +3,4 @@ source = /home/users/dvander/amxx
|
||||||
makeopts = amd64
|
makeopts = amd64
|
||||||
output = /home/users/dvander/done
|
output = /home/users/dvander/done
|
||||||
devenv = /usr/bin/make
|
devenv = /usr/bin/make
|
||||||
release = amxmodx-1.55
|
release = amxmodx-1.60
|
||||||
|
|
|
@ -3,4 +3,4 @@ source = c:\real\code\amxmodx
|
||||||
makeopts =
|
makeopts =
|
||||||
output = c:\real\done
|
output = c:\real\done
|
||||||
devenv = C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.com
|
devenv = C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.com
|
||||||
release = amxmodx-1.55
|
release = amxmodx-1.60
|
||||||
|
|
Loading…
Reference in New Issue
Block a user