Updated parameterization in Ballistics module.

This commit is contained in:
jokoho48 2015-08-05 01:14:03 +02:00
parent 275b0c4300
commit 469445a030

View File

@ -1,9 +1,9 @@
// by commy2
#include "script_component.hpp"
private ["_wall", "_paper"];
private "_paper";
_wall = _this select 0;
params ["_wall"];
if (local _wall) then {
_paper = "UserTexture_1x2_F" createVehicle position _wall;