cant get downloaded g_warthog to respawn
-
- Posts: 45
- Joined: Fri Dec 16, 2005 7:11 pm
cant get downloaded g_warthog to respawn
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.
- skyline GT-R
- Readers Club
- Posts: 130
- Joined: Mon Nov 21, 2005 4:04 pm
-
- Posts: 45
- Joined: Fri Dec 16, 2005 7:11 pm
- skyline GT-R
- Readers Club
- Posts: 130
- Joined: Mon Nov 21, 2005 4:04 pm
-
- Posts: 45
- Joined: Fri Dec 16, 2005 7:11 pm
- skyline GT-R
- Readers Club
- Posts: 130
- Joined: Mon Nov 21, 2005 4:04 pm
-
- Posts: 45
- Joined: Fri Dec 16, 2005 7:11 pm
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.
(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.