Fireworks launcher terminated the game

Author Topic: Fireworks launcher terminated the game  (Read 741 times)

Heres the end of the console.log
Quote
Loading Add-On: Weapon_Firework Launcher
Add-Ons/Weapon_Firework Launcher/server.cs Line: 588 - Syntax error.
>>> Some error context, with ## on sides of error halt:
   %projectile.schedule(4000,MakeExplosion, %p, %projectile);

   %projectile.schedule(1000,MakeExplosion, %p);

}##
##


function fireworklauncherProjectile::MakeExplosion2(%this, %obj, %projectile) {   
>>> Error report complete.

Executing Add-Ons/Weapon_Firework Launcher/server.cs.
Add-Ons/Weapon_Firework Launcher/server.cs Line: 588 - Syntax error.
>>> Some error context, with ## on sides of error halt:
   %projectile.schedule(4000,MakeExplosion, %p, %projectile);

   %projectile.schedule(1000,MakeExplosion, %p);

}##
##


function fireworklauncherProjectile::MakeExplosion2(%this, %obj, %projectile) {   
>>> Error report complete.
And it also messes up the rocket launcher explosion for me...

Remove the Add-On.

It will end up in the Fail Bin.

Looks like someone forgot to test their mod before releasing.


Julius, unless you edited the mod, its the modmaker's fault. Until there is a fix(if ever) just delete or disable it.


Hmm, i did test the mod, it didn't crash my server, also, i've fixed the particle problem for the normal rocket launcher, i'm gonna test it again