This website requires JavaScript.
Explore
Help
Sign In
Arma3_Epoch
/
ACE3
Watch
1
Star
0
Fork
0
You've already forked ACE3
mirror of
https://github.com/acemod/ACE3.git
synced
2024-08-30 18:23:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14af5577c6
ACE3
/
addons
/
map
/
XEH_preInit.sqf
9 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Progress on Map
2015-01-15 09:51:18 +00:00
#include "script_component.hpp"
Set ADDON variable in XEH_preInit
2015-01-29 07:38:46 +00:00
ADDON = false;
Reordered the map, mapfx and pbos: - mapfx moved inside map - everything related to map tools and drawing moved to it's own pbo called ace_maptools Also fixed a couple of bugs in BFT - Only a single marker was being drawn - The BFT_HideAi parameter had the opposite effect
2015-03-14 19:58:05 +00:00
LOG(MSG_INIT);
Set ADDON variable in XEH_preInit
2015-01-29 07:38:46 +00:00
precompile on game start
2016-02-22 14:20:36 +00:00
#include "XEH_PREP.hpp"
Set ADDON variable in XEH_preInit
2015-01-29 07:38:46 +00:00
ADDON = true;
Reference in New Issue
Copy Permalink