Home   Help Search Login Register  

Author Topic: skipTime crashes MP Mission  (Read 1256 times)

0 Members and 2 Guests 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