Two or One AMX - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Two or One AMX (
/showthread.php?tid=633914)
Two or One AMX -
RoX123 - 09.05.2017
When i compiled my map PWN, it created new AMX for PWN,
is need to be all in one AMX or its good way with two AMX files, thanks in advance
Re: Two or One AMX -
MarkNelson - 09.05.2017
Yes all the map is compiled in that AMX File with all the objects. plus you don't need to have two AMX Files for you map. just use 1 AMX file
Re: Two or One AMX -
RoX123 - 09.05.2017
How i can make that map compile to main AMX, no to create new one, thanks in advance
Re: Two or One AMX -
DTV - 09.05.2017
You put the lines for the map in your main script, it'll all be inside one AMX then.
Re: Two or One AMX -
RoX123 - 09.05.2017
In MAPS.pwn is alredy defined gamemode.amx, still when compile make new AMX file
Re: Two or One AMX -
RoX123 - 10.05.2017
#include "MAPE.pwn" alredy defined, but still create new amx, main amx didnt changed