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: skipTime crashes MP Mission  (Read 1812 times)

0 Members and 1 Guest are viewing this topic.

juxie

  • Guest
skipTime crashes MP Mission
« on: 17 Apr 2005, 02:37:27 »
I have a script that skips time every 1 second loop

#loop
~1
skipTime 4
goto "loop"

but somewho it causes my mission to crash

any idea why?

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Re:skipTime crashes MP Mission
« Reply #1 on: 17 Apr 2005, 13:46:03 »
Your syntax is correct, however

try reducing your skiptime

skiptime 4

is a massive jump in time every second (4 hours to be exact)


other than that, maybe you have an event which occurs when a certain time of the day has passed and it is this that is crashing your mission
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123

juxie

  • Guest
Re:skipTime crashes MP Mission
« Reply #2 on: 18 Apr 2005, 07:42:16 »
sorry I actually skip 4 seconds

means

#loop
~1
skipTime 0.000125
goto "loop