ACE3/addons/viewdistance/XEH_preInit.sqf
SAM 2dfaaa047a Reworked limiting system
Module limit still not being set properly.
2015-05-09 11:56:27 +02:00

10 lines
134 B
Plaintext

#include "script_component.hpp"
ADDON = false;
PREP(module);
PREP(init);
PREP(returnValue);
PREP(changeViewDistance);
ADDON = true;