Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- AUTHOR: aeroson
- NAME: group_manager_takeovers.sqf
- VERSION: 1
- DOWNLOAD & PARTICIPATE:
- https://github.com/aeroson/a3-misc
- REQUIRES:
- in client's init:
- execVM 'group_manager.sqf';
- DESCRIPTION:
- If taw view distance is present it will take over the mousewheel menu for it
- USAGE:
- in client's init:
- execVM 'group_manager_takeovers.sqf';
- */
- waitUntil{!isNil{aero_gm_actions_custom}};
- if(!isNil{tawvd_action} && !isNil{tawvd_foot}) then {
- player removeAction tawvd_action;
- [
- "<t color='#FF0000'><img image='\A3\ui_f\data\gui\rsc\rscdisplayarcademap\icon_textures_ca.paa' size='0.7' /> View Distance Settings</t>",
- TAWVD_fnc_openTAWVD,
- [],100,false,false,"",""
- ] call aero_gm_add_custom_action;
- };
Advertisement
Add Comment
Please, Sign In to add comment