We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
has said in : https://forums.bistudio.com/topic/165948-btc-hearts-and-minds/?p=3011784 by dingos8.
I think the issue is link to missing private variable declaration in some .sqf file (like : create_composition.sqf or already known bug #101).
Add : to all .sqf file code private["myprivatevariable"]
private["myprivatevariable"]
The text was updated successfully, but these errors were encountered:
I believe this may have more to do with RHS than Hearts & Minds, based on what I saw in my logs.
Sorry, something went wrong.
Maybe but when I was running the Hearts & Minds without RHS (with some modifications), I got same errors ...
No branches or pull requests
has said in : https://forums.bistudio.com/topic/165948-btc-hearts-and-minds/?p=3011784 by dingos8.
I think the issue is link to missing private variable declaration in some .sqf file (like : create_composition.sqf or already known bug #101).
Add : to all .sqf file code
private["myprivatevariable"]
The text was updated successfully, but these errors were encountered: