ACE3/addons/vehicledamage/functions/fnc_debug_drawLinesPFH.sqf

6 lines
127 B
Plaintext
Raw Normal View History

2015-05-16 19:19:59 +00:00
#include "script_component.hpp"
{
drawLine3D [(_x select 0), (_x select 1), [1,1,1,1]];
} forEach GVAR(debug_lines);