12.11.2011, 18:20
pawn Код:
/*Float:X The X-coordinate where the explosion will happen.
Float:Y The Y-coordinate where the explosion will happen.
Float:Z The Z-coordinate where the explosion will happen.
type The type of explosion.
Float:radius The explosion radius.
*/
CreateExplosion(x+random(5), y+random(5), z+random(5), 12, 10.0);