Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fn_update.sqf Error #2

Closed
snajdan opened this issue Mar 18, 2015 · 2 comments
Closed

fn_update.sqf Error #2

snajdan opened this issue Mar 18, 2015 · 2 comments

Comments

@snajdan
Copy link

snajdan commented Mar 18, 2015

2015/03/19, 0:27:56 "Cleanup.sqf gestartet"
2015/03/19, 0:27:56 "########################## DYNAMIC MARKET ##########################"
2015/03/19, 0:27:56 "### >> SUCCESSFULLY LOADED PRICES FROM DATABASE! ###"
2015/03/19, 0:27:56 "####################################################################"
2015/03/19, 0:30:01 Error in expression <ect 1;

switch (_mode) do {
case 0:
{
[[DYNAMICMARKET_boughtItems],"TON_fnc_getU>
2015/03/19, 0:30:01 Error position: <DYNAMICMARKET_boughtItems],"TON_fnc_getU>
2015/03/19, 0:30:01 Error Undefined variable in expression: dynamicmarket_boughtitems
2015/03/19, 0:30:01 File mpmissions\KBS_Altis_Life_dynmarket.Altis\core\DynMarket\fn_update.sqf, line 18

@klemmchr
Copy link

Just add
dynamicmarket_boughtitems = [];

to your confconfiguration.sqf

@RyanTT
Copy link
Owner

RyanTT commented Mar 19, 2015

Bug has been fixed witht the latest Push.

@RyanTT RyanTT closed this as completed Mar 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants