mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
|
// by commy2
|
||
|
|
||
|
_wall = _this select 0;
|
||
|
|
||
|
if (local _wall) then {
|
||
|
_paper = "UserTexture_1x2_F" createVehicle position _wall;
|
||
|
|
||
|
_paper attachTo [_wall, [0,-0.02,0.6]];
|
||
|
_paper setDir getDir _wall;
|
||
|
|
||
|
_paper setObjectTextureGlobal [0, "\AGM_Ballistics\textures\target_ca.paa"];
|
||
|
};
|