Author Topic: script errors in the logfile  (Read 922 times)

Offline Schenk

  • Rank: Private
  • *
  • Posts: 37
script errors in the logfile
« on: September 10, 2011, 01:21:49 pm »
hi,i have look in my log and find some scripte errors :?

my server works with exetreme 2.7
******* script runtime error ******

undefined is not an object: (file 'maps/mp/touj_mortar.gsc', line 78)
 
mortar_trig waittill("trigger", user);
  
*

started from:
(file 'maps/mp/touj_mortar.gsc', line 98)
  
wait 0.1;
  

*
************************************

******* script runtime error *******

undefined is not an object: (file 'maps/mp/touj_mortar.gsc', line 47)
  

mortar_ammo_trig waittill("trigger", carrier);
  
*

started from:
(file 'maps/mp/touj_mortar.gsc', line 69)
  
wait 1;
  *


******* script runtime error *******

type undefined is not an int: (file 'extreme/_ex_camper.gsc', line 218)
 
playfx(level.ex_effect["blowthefag"], self.origin);
                      


started from:
(file 'extreme/_ex_camper.gsc', line 216)
 
wait( [[level.ex_fpstime]](1.5) );
 *pls help ty

Offline PatmanSan

  • Administrator
  • Rank: Private
  • *****
  • Posts: 2527
Re: script errors in the logfile
« Reply #1 on: September 10, 2011, 03:53:36 pm »
Only the last one is an eXtreme error. This will be taken care of soon.
The other two errors are from a map's script.

Offline Schenk

  • Rank: Private
  • *
  • Posts: 37
Re: script errors in the logfile
« Reply #2 on: September 11, 2011, 10:57:04 am »
ty for info

Offline PatmanSan

  • Administrator
  • Rank: Private
  • *****
  • Posts: 2527
Re: script errors in the logfile
« Reply #3 on: September 13, 2011, 10:35:49 pm »
Fix for camper punishment "blow up" added to fixpack (fix 38)