Loading Add-On: Tool_DestructoGun (CRC:778720298)Add-Ons/Tool_DestructoGun/server.cs Line: 17 - Syntax error.>>> Some error context, with ## on sides of error halt: filename = "./HL2Shot1.wav"; description = AudioClose3d; preload = true;};datablock AudioProfile(DestructobulletHitSound){ filename = "add-ons/Weapon_Gun/bulletHit.wav"; description = AudioClose3d; preload = true;//shelldatablock DebrisData(##e##structogunShellDebris){^shapeFile = "add-ons/Weapon_Gun/gunShell.dts";^lifetime = 2.0;^minSpinSpeed = -400.0;^maxSpinSpeed = 200.0;^elasticity = 0.5;^friction = 0.2;^numBounces = 3;^staticOnMaxBounce = true;^snapOnMaxBounce = false;^fade = true;>>> Error report complete.ADD-ON "Tool_DestructoGun" CONTAINS SYNTAX ERRORS
datablock DebrisData(##e##structogunShellDebris)
datablock DebrisData(destructogunShellDebris)
Loading Add-On: Tool_DestructoGun (CRC:-1447962797)Add-Ons/Tool_DestructoGun/server.cs Line: 17 - Syntax error.>>> Some error context, with ## on sides of error halt: filename = "add-ons/Weapon_Gun/GunShot1.wav"; description = AudioClose3d; preload = true;};datablock AudioProfile(DestructobulletHitSound){ filename = "add-ons/Weapon_Gun/bulletHit.wav"; description = AudioClose3d; preload = true;//shelldatablock DebrisData(##D##estructogunShellDebris){^shapeFile = "add-ons/Weapon_Gun/gunShell.dts";^lifetime = 2.0;^minSpinSpeed = -400.0;^maxSpinSpeed = 200.0;^elasticity = 0.5;^friction = 0.2;^numBounces = 3;^staticOnMaxBounce = true;^snapOnMaxBounce = false;^fade = true;>>> Error report complete.ADD-ON "Tool_DestructoGun" CONTAINS SYNTAX ERRORS
("DestructogunShellDebris")
I wish i knew, try putting a " on both sides so it looks like Code: [Select]("DestructogunShellDebris")If that doesn't work, remove them and make the D lowercase. By the way, respond to my email.
datablock AudioProfile(DestructobulletHitSound){ filename = "add-ons/Weapon_Gun/bulletHit.wav"; description = AudioClose3d; preload = true;};datablock DebrisData(destructogunShellDebris){^shapeFile = "add-ons/Weapon_Gun/gunShell.dts";^lifetime = 2.0;^minSpinSpeed = -400.0;^maxSpinSpeed = 200.0;^elasticity = 0.5;^friction = 0.2;^numBounces = 3;^staticOnMaxBounce = true;^snapOnMaxBounce = false;^fade = true;};