CreateExplosion
#1

Hello,i'm creating some explosion around area69:

pawn Код:
CreateExplosion(118.3668,1767.8536,-611.0880,165.4977, 10.0,0); //
CreateExplosion(-227.4531,2635.7837,62.7839,91.2151,7, 10.0); //
CreateExplosion(-244.7487,2635.1008,62.7839,92.2617, 10.0,0); //
CreateExplosion(-305.7818,2632.6902,63.2518,272.2617, 10.0,0); //
CreateExplosion(-287.6519,2617.8784,63.0770,221.9822,7, 10.0); //
CreateExplosion(-260.0269,2615.3071,62.8874,221.9822,7, 10.0); //
CreateExplosion(-307.4821,2603.7622,64.1693,103.2277,7, 10.0); //
CreateExplosion(-166.3848,2638.3015,63.5295,269.6093,7, 10.0); //
CreateExplosion(-129.7164,2638.0518,63.8662,269.6093,7, 10.0); //
CreateExplosion(-102.1542,2637.8638,63.9130,269.6093,7, 10.0); //
CreateExplosion(-57.6560,2637.5608,63.6752,269.6093,7, 10.0); //
CreateExplosion(-39.1344,2499.7080,16.4844,266.4767, 10.0,0); //
CreateExplosion(25.9506,2507.6726,16.4844,266.4767, 10.0,0); //
CreateExplosion(108.2278,2502.6060,16.4844,266.4767, 10.0,0); //
CreateExplosion(147.6809,2522.6719,16.7151,266.4767, 10.0,0); //
CreateExplosion(229.5574,2499.3711,16.4844,266.4767, 10.0,0); //
CreateExplosion(283.3357,2496.0591,16.4844,266.4767, 10.0,0); //
CreateExplosion(336.1360,2497.4536,16.4844,266.4767, 10.0,0); //
CreateExplosion(419.7319,2514.3435,16.4844,266.4767, 10.0,0); //
CreateExplosion(411.2422,2447.8879,29.2461,302.1963,7, 10.0); //
CreateExplosion(404.2581,2461.2190,29.6281,34.6305,7, 10.0); //
CreateExplosion(390.6910,2449.8608,27.8178,206.0987, 10.0,0); //
CreateExplosion(316.9884,2012.9613,17.6406,178.4518,7, 10.0); //
CreateExplosion(316.0143,1976.9247,17.6406,178.4518,7, 10.0); //
CreateExplosion(313.4537,1882.1851,17.6406,178.4518,7, 10.0); //
CreateExplosion(312.0304,1829.5245,17.6406,178.4518,7, 10.0); //
CreateExplosion(266.4183,1822.4001,17.6406,91.0544,7, 10.0); //
CreateExplosion(215.8578,1821.4695,17.6481,91.0544,7, 10.0); //
CreateExplosion(158.9574,1820.4224,17.6481,91.0544,7, 10.0); //
CreateExplosion(123.7374,1839.1414,22.8621,30.2672,7, 10.0); //
CreateExplosion(117.7125,1904.8311,18.6454,359.5602,7, 10.0); //
CreateExplosion(135.9336,1944.6014,42.7921,352.9801,7, 10.0); //
CreateExplosion(-431.6455,2229.7632,42.4297,223.2589,7, 10.0); //
But i get "tag mismatch" and others errors.What's wrong?
Reply
#2

you cant just create explosion then their wont be any and the reason why you get tag mismatch is because you need something in the line
CreateExplosion(x, y, z, type, range);
Reply
#3

Is what i've done...

"7, 10.0"

Range & radius.
Reply
#4

Quote:
Originally Posted by Logitech90
Посмотреть сообщение
Is what i've done...

"7, 10.0"

Range & radius.
Range is same as radius rofl.


So
pawn Код:
CreateExplosion( x, y, z, TYPE, range );
Click here for the types list
By the way, type is NOT a float and range is. So for example
pawn Код:
CreateExplosion( 0.0, 0.0, 0.0, 7, 10.0 );
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)