OFPEC Forum
Addons & Mods Depot => Arma2 - Configs & Scripting => Topic started by: swtx on 13 Sep 2009, 03:23:18
-
I'm working on porting an effects pack from OFP to ARMA2. All is going well except an annoying error message...It says "Error creating weapon Mm1smoke with scope=private". Is there anyone who can help me eliminate this error? I will be happy to post the config.cpp if if will help.
If someone would like to help me port this addon to ARMA2 it would be greatly appreciated.
The addon/effect pack is an unknown, it was created by a Russian addon maker named Vitjna3000 for OFP back in the day. It would be a joint project with half of the credit going to whoever helps me complete the project.
If you are interested please e-mail me at: swtx@swbell.net
Thank for your help in this matter,
swtx
-
find in your config
class Mm1smoke
{
if it says within the brackets scope=private then change to scope = 1 or public
if it does not have that line add it anyway , its possible your Mm1smoke inherits from a private class .