Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Effects Problem  (Read 3794 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