Posts: 1,495
Threads: 131
Joined: Jul 2009
Reputation:
0
Hi guys
I'm wondering whether there is any "bomb" object that will explode automatically when it hits anything..
So.. Is there?
Posts: 73
Threads: 10
Joined: May 2008
Reputation:
0
You could experiment on creating an object, setting a timer, and using the CreateExplosion() function. But I don't think you can make an object that blows up when it hits something.
Posts: 1,046
Threads: 29
Joined: Mar 2010
Search for exploding barrel model ID's.
Exploding Barrels are exploding objects but still not synced with the server (the sync appears only in players stream range)
Posts: 1,495
Threads: 131
Joined: Jul 2009
Reputation:
0
again.. I need a bomb object.. not a barell..
and a timer won't help me, 'cause if the objects hits something on its' way, it should explode directly.
Posts: 1,495
Threads: 131
Joined: Jul 2009
Reputation:
0
I think it won't..
I need a bomb that explodes automatically.. not using a cmd..
Posts: 273
Threads: 58
Joined: Jun 2009
Reputation:
0
Maybe create a timer and make different explosions in a couple of different coordinates?
Posts: 1,495
Threads: 131
Joined: Jul 2009
Reputation:
0
na.. I don't want a row of explosions or so..
I'm justing asking whether there is a certain "bomb" that explodes if it hits something on it's way..
if there is not (what I guess), is there a way to do it automatically? So basicly detect if it hits anything?..
Posts: 273
Threads: 58
Joined: Jun 2009
Reputation:
0
Maybe make it so that if the player comes near the bomb's X,Y,Z it starts and timer and explodes around the bomb?