mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed incorrect size
This commit is contained in:
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
private ["_text", "_size", "_isShown", "_ctrlHint", "_yPos", "_xPos", "_wPos", "_hPos", "_position", "_target"];
|
private ["_text", "_size", "_isShown", "_ctrlHint", "_yPos", "_xPos", "_wPos", "_hPos", "_position", "_target"];
|
||||||
_text = _this select 0;
|
_text = _this select 0;
|
||||||
_size = if (count _this > 1) then {_this select 1} else {0.1;};
|
_size = if (count _this > 1) then {_this select 1} else {1.5;};
|
||||||
_target = if (count _this > 2) then {_this select 2} else {ACE_player};
|
_target = if (count _this > 2) then {_this select 2} else {ACE_player};
|
||||||
|
|
||||||
if (_target != ACE_player) exitWith {};
|
if (_target != ACE_player) exitWith {};
|
||||||
|
Reference in New Issue
Block a user