Home   Help Search Login Register  

Author Topic: Effects Problem  (Read 1720 times)

0 Members and 1 Guest are viewing this topic.

Offline swtx

  • Members
  • *
Effects Problem
« 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         

Offline DeanosBeano

  • Addons Depot Staff
  • *****
  • SirDeanosbeano bstowed on me by sui ;)
    • Fraghaus
Re: Effects Problem
« Reply #1 on: 13 Sep 2009, 10:09:22 »

 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 .

I love ofp