Jump to content

SHOL

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About SHOL

  • Rank
    Rookie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I can't find radio of ACRE2 in arsenal after update v2.5.0.968. I'm using my own addon with xla_fixed_arsenal. Plz help me. This is my addon's script code. #include "..\SG_arsenal_list.sqf" params ["_player"]; ["arsenalLoadingScreen", "장비 설정창 불러오는 중"] call BIS_fnc_startLoadingScreen; ["Preload", true] spawn xla_fnc_arsenal; waitUntil {!isNull player}; [_player, true, false, false] call xla_fnc_addVirtualBackpackCargo; [_player, true, false, false] call xla_fnc_addVirtualItemCargo; [_player, _SG_whitelistRadio, false, false] call xla_fnc_addVirtualItemCargo; [_player, true, false, false] call xla_fnc_addVirtualMagazineCargo; [_player, true, false, false] call xla_fnc_addVirtualWeaponCargo; [_player, _SG_blacklistBackpack, false, false] call xla_fnc_addVirtualBackpackBlacklist; [_player, _SG_blacklistItem, false, false] call xla_fnc_addVirtualItemBlacklist; [_player, _SG_blacklistMagazine, false, false] call xla_fnc_addVirtualMagazineBlacklist; [_player, _SG_blacklistWeapon, false, false] call xla_fnc_addVirtualWeaponBlacklist; ["arsenalLoadingScreen"] call BIS_fnc_endLoadingScreen; ["Open", [false, player, player, false]] spawn xla_fnc_arsenal; closeDialog 0; Thank you for reading.
  2. I have some problem with shortcutbutton. as you know, the one button's texture is not correct. I don't know what's the problem with it. Only one thing I think probably has a matter is texture size. Size of has problem is 256x256. Background size is 1024x1024. Size of right side is 512x128. And I don't know how to use hitzone. (want to know for clicking button correctly) plz help me.
×