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