mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
/*
|
|
|
|
by commy2
|
|
|
|
Shows or hides the vectors center square thingy.
|
|
|
|
*/
|
|
#include "script_component.hpp"
|
|
|
|
((GETUVAR(ACE_dlgVector,displayNull)) displayCtrl 1301) ctrlSetText (["", QPATHTOF(rsc\vector_center.paa)] select (_this select 0));
|
|
|
|
[GVAR(illuminate)] call FUNC(illuminate);
|