ACE3/addons/vehicledamage/functions/fnc_debug_drawLinesPFH.sqf
2015-05-16 12:19:59 -07:00

6 lines
127 B
Plaintext

#include "script_component.hpp"
{
drawLine3D [(_x select 0), (_x select 1), [1,1,1,1]];
} forEach GVAR(debug_lines);