2015-01-12 10:02:44 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-02-11 21:39:31 +00:00
|
|
|
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"
|