Posts: 83
Threads: 25
Joined: Apr 2017
Reputation:
0
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
Posts: 479
Threads: 77
Joined: Feb 2016
Reputation:
0
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
Posts: 547
Threads: 57
Joined: Dec 2010
You put the lines for the map in your main script, it'll all be inside one AMX then.
Posts: 83
Threads: 25
Joined: Apr 2017
Reputation:
0
In MAPS.pwn is alredy defined gamemode.amx, still when compile make new AMX file
Posts: 83
Threads: 25
Joined: Apr 2017
Reputation:
0
#include "MAPE.pwn" alredy defined, but still create new amx, main amx didnt changed