ACE3/addons/fcs/XEH_clientInit.sqf

8 lines
127 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
GVAR(enabled) = false;
2015-01-12 10:06:27 +00:00
GVAR(time) = 0;
GVAR(position) = [0,0,0];
2015-01-18 15:42:33 +00:00
2015-02-03 22:03:43 +00:00
#include "initKeybinds.sqf"