Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T122531
Change Details
Change Details
Old
New
Diff
In some event script init.sqf or initPlayerLocal.sqf make a call to preload the arsenal data.. ``` [ "Preload" ] spawn BIS_fnc_arsenal; ``` With showScriptErrors enabled you will get an on screen error from fn_arsenal line 950 that _display is undefined.
In some event script init.sqf or initPlayerLocal.sqf make a call to preload the arsenal data.. ``` [ "Preload" ] spawn BIS_fnc_arsenal; ``` With showScriptErrors enabled you will get an on screen error from fn_arsenal line 920 (offset by defines and white space) that _display is undefined.
In some event script init.sqf or initPlayerLocal.sqf make a call to preload the arsenal data.. ``` [ "Preload" ] spawn BIS_fnc_arsenal; ``` With showScriptErrors enabled you will get an on screen error from fn_arsenal line
950
920 (offset by defines and white space)
that _display is undefined.
Continue