mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
vector config, DONE
This commit is contained in:
10
addons/vector/functions/fnc_showReticle.sqf
Normal file
10
addons/vector/functions/fnc_showReticle.sqf
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
|
||||
by commy2
|
||||
|
||||
Shows or hides the electronic reticle.
|
||||
|
||||
*/
|
||||
#include "script_component.hpp"
|
||||
|
||||
((GETUVAR(ACE_dlgVector,displayNull)) displayCtrl 1302) ctrlSetText (["", QUOTE(PATHTOF(rsc\vector_crosshair.paa))] select (_this select 0));
|
Reference in New Issue
Block a user