Member
Last active 8 years ago
I have replaced all modules and cleaned mission.sqm but error remains,
maybe I have to give a value or name to these modules?
I have last ALiVE version and last @aliveserver plugin.
Greets and thanks.
Hi All,
Testing a mission on my server I see who is being filled with reports like this:
2015/11/10, 0:10:13 "param" <ALiVE_fnc_profileSimulator> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_profileSimulator> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_profileSimulator> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_arrayBlockHandler> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_arrayBlockHandler> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_profileHandler> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_profileHandler> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_profileHandler> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_profileHandler> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_profileSimulator> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_profileSimulator> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_profileSimulator> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_profileSimulator> #2: Input value is 'nil' or undefined. Default value any is used instead. 2015/11/10, 0:10:13 "param" <ALiVE_fnc_profileSimulator> #2: Input value is 'nil' or undefined. Default value any is used instead.
Anyone know what it means? and how to fix it?
I have full RPT here
Greets and thanks.
Hi,
Is there anyway to create a predefined answer when interrogates a civilian through "Talk with xxx" menu action?
Greets and thanks.
Hi,
I am using a script to spawn ALiVE compositions In this way,
_null = [(configfile >> "CfgGroups" >> "Empty" >> "ALIVE" >> "other" >> "mediumCheckpoint1"), getMarkerPos "mkrX", 0] call ALIVE_fnc_spawnComposition;
Is possible to delete it after? for cleaning purposes.
Greets and thanks.
Is there any way to spawn suicide bombers by ALiVE?, or would have to use an external function/script.
I think in version 0.6.1 already been working with this idea, but I do not know if they come to realize something.
Greets and thanks.
Thanks so much!!!
Where I can find classnames for ALiVE custom object compositions?
Greets and thanks.
Right now it is impossible to show you how to do it,
but I'll tell you that in the editor you have to remove all addons in the Zeus module, and add them to a initserver.sqf by addCuratoraddons,
when I can I'll show you exactly, or download ALiVE NATOFOR open it and take a look at the initserver.sqf and the Zeus module.