Page 1 of 1

cant get downloaded g_warthog to respawn

Posted: Sat Jul 01, 2006 11:41 am
by vote1sanches
I can see, drive, destroy, and shoot with the g_warthog downloaded from this site under vehicle tags, but once i blow them up, they never come back. i cant get them to respawn. All the other vehicles in the level do, except these.

Posted: Sat Jul 01, 2006 11:48 am
by skyline GT-R
It's because vehicle damage doesn't sync with multi player, i think there are some scripts that could get it to spawn back currectly.

Posted: Sat Jul 01, 2006 12:11 pm
by vote1sanches
how can i do this? I need specifics since i dont know much about scripting.
or send me a link

Posted: Sat Jul 01, 2006 12:20 pm
by skyline GT-R
I'm not too sure what the script is.

Posted: Sat Jul 01, 2006 12:26 pm
by vote1sanches
if you can find out what kind of script needed that'd be great. this is the only hold-up left on my map now. ive worked out all the others.

Posted: Sat Jul 01, 2006 1:54 pm
by skyline GT-R
You could just disable the g hog from destroying all together.

Posted: Sat Jul 01, 2006 1:56 pm
by vote1sanches
Ok ive mde a simple script already.

(script continuous test
(object_destroy a)
(sleep 200)
(object_create a)
(object_destroy b)
(sleep 200)
(object_create b)
(object_destroy c)
(sleep 200)
(object_create c)
(object_destroy d)
(sleep 200)
(object_create d)
(object_destroy e)
(sleep 200)
(object_create e)
(object_destroy f)
(sleep 200)
(object_create f)
(object_destroy g)
(sleep 200)
(object_create g)
(object_destroy h)
(sleep 200)
(object_create h)
(object_destroy i)
(sleep 200)
(object_create i)
(sleep 2400)
)

which works mostly, but sometimes the vehicle re-creates before the damaged hull (created as another vehicle) disapeares from the old warthog, and the new one bounces off it and blows up due to damgae.
Also, when you try to join my level as a non-server, the warthogs sometimes dont destroy, and the newly created warthog appear to bounce into the air, and blow up randomly.