So when im trouble shooting my addon, i look at the console to check for errors. In my addon ive made particle emitters for things such as missile smoke, muzzle flashes. However for some reason when i load the server, i get errors like:
Object 'RocketFireEmitter' is not a member of the 'ParticleEmitterData' data block class
Even though i have RocketFireEmitter clearly defined in my effects folder. Same thing goes with sounds. I use custom audio profiles for my sounds. Even though they are clearly defined, i still get the error: Object 'BM95Fire' is not a member of the 'AudioProfile' data block class
What is going on?
How do i fix this?