mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
17 lines
267 B
Plaintext
17 lines
267 B
Plaintext
/*
|
|
* Author: KoffeinFlummi
|
|
*
|
|
* Called from config. Can player reset FCS?
|
|
*
|
|
* Argument:
|
|
* Nothing
|
|
*
|
|
* Return value:
|
|
* Boolean (Bool)
|
|
*/
|
|
|
|
#include "script_component.hpp"
|
|
|
|
_player == gunner _vehicle
|
|
&& (count (_vehicle getVariable [QGVAR(Magazines), []]) > 1)
|