Skip to content

Commit 17e32a4

Browse files
committed
Use new directory structure and fix plugin
Plugin now works with latest MTA:SA server.
1 parent c809ca2 commit 17e32a4

File tree

198 files changed

+4847
-315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+4847
-315
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

amx-deps/meta.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<meta>
2+
<info name="Advanced Map Xtreme" author="arc_" type="gamemode" />
3+
<!-- This is only a dummy file to prevent server errors. -->
4+
<!-- See install.html for installation instructions -->
5+
</meta>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ int CFunctions::amxLoad(lua_State *luaVM) {
104104
return 1;
105105
}
106106

107-
path amxPath = path("mods/deathmatch/resources") / resName / amxName;
107+
path amxPath = path("mods/deathmatch/resources/[gamemodes]/[amx]/") / resName / amxName;
108108

109109
// Load .amx
110110
AMX *amx = new AMX;

0 commit comments

Comments
 (0)