mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
16 lines
313 B
Plaintext
16 lines
313 B
Plaintext
/*
|
|
* Author: KoffeinFlummi
|
|
*
|
|
* Called from config. Can player reset FCS?
|
|
*
|
|
* Argument:
|
|
* Nothing
|
|
*
|
|
* Return value:
|
|
* Boolean (Bool)
|
|
*/
|
|
|
|
#include "script_component.hpp"
|
|
|
|
count ((vehicle ACE_player) getVariable [format ["%1_%2", QGVAR(Magazines), [ACE_player] call EFUNC(common,getTurretIndex)], []]) > 1
|