Game crashes when chat is used with non existing variable
Description
Description
Details
Details
- Legacy ID
- 2988426032
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Category
- Game Crash
Steps To Reproduce
execute this Global in Debug Console..........
if (isServer) then {
null = [] spawn {
[[leader notexist,""],"sideChat",true,true] spawn BIS_fnc_MP;
sleep 6;
[[[WEST,"HQ"],""],"sideChat",true,true] spawn BIS_fnc_MP;
};
};
..........Arma3 crashes.
Additional Information
other Chats not tested