I want to show the created explosion to all the players in the server.
#1

Hey guys,
How do I show the created explosion to all the players on the server?

Thanks for reading.

Regards,
Bhuvanesh
Reply
#2

What do you mean?
Reply
#3

They are already being shown to all players (in the range of the explosion).

Quote:
Originally Posted by Wiki
Important Note: Explosions are shown to all players, in all interiors and virtual worlds. There is currently no getting around this.
Reply
#4

I only here the sound of explosion but I dont see the explosion.
Reply
#5

Post your code.

We can't see what's wrong with your script.
Reply
#6

Hmm. You might be using one of the invisible explosion types (8, 9, 13 are invisible). Have a look on this page to know more about explosion types.
Reply
#7

CreateExplosion(209.4344,1856.0006,20.3785,2,20.0) ;
Reply
#8

Look at Explosion list

Post your code.

In what moment you want to show the explosion?
Reply
#9

lol type 20 is not the type of explosion is the rradius... try another type like 3 or watch in the list for your favorite, radius = range of explosion
Reply
#10

Quote:
Originally Posted by XStormiest
Посмотреть сообщение
lol type 20 is not the type of explosion is the rradius... try another type like 3 or watch in the list for your favorite, radius = range of explosion
His code is good:

Код:
(Float:X, Float:Y, Float:Z, type, Float:radius)
pawn Код:
CreateExplosion(209.4344,1856.0006,20.3785,2,20.0) ;
Type of explosion: 2,
Radius: 20.0
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)