mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Updated parameterization in Ballistics module.
This commit is contained in:
parent
275b0c4300
commit
469445a030
@ -1,9 +1,9 @@
|
|||||||
// by commy2
|
// by commy2
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
private ["_wall", "_paper"];
|
private "_paper";
|
||||||
|
|
||||||
_wall = _this select 0;
|
params ["_wall"];
|
||||||
|
|
||||||
if (local _wall) then {
|
if (local _wall) then {
|
||||||
_paper = "UserTexture_1x2_F" createVehicle position _wall;
|
_paper = "UserTexture_1x2_F" createVehicle position _wall;
|
||||||
|
Loading…
Reference in New Issue
Block a user