ArmaForces / SerialKillers

Arma 3 SerialKillers gamemode
Other
1 stars 0 forks source link

Issue with bis_fnc_cp_main causes server RPT to be stuffed with Error Undefined variable in expression: _t #65

Closed 3Mydlo3 closed 7 months ago

3Mydlo3 commented 9 months ago

Current dev build produces very spammy logs.

20:17:58 Error in expression <[];

_threat = [_this,_threatsNew] call bis_fnc_cp_main;

_t = time + (_this ca> 20:17:58 Error position: <bis_fnc_cp_main;

_t = time + (_this ca> 20:17:58 Error Undefined variable in expression: bis_fnc_cp_main 20:17:58 Error in expression

This part is spammed till mission end.

20:17:58 Error in expression

It might be related to spawning units CivilianPresence_..., which have scope = 1 instead of regular ones as suggested on forums. https://forums.bohemia.net/forums/topic/215837-error-with-bis_fnc_cp_main/

As a note, in current dev build civilians are on INDEPENDENT side.