nuclear bomb
#1

Hello.
Why my bomb doesn't have a big radius?
i like to do that the explosion are very big, so big radius.

pawn Код:
CreateExplosion(x, y, z, 7, 500.0);
as test i made the radius to 9000 but won't work..
Reply
#2

...have you defined X, Y and Z?
Reply
#3

yes of course.
its an object.
its explodes, but have a low radius.

pawn Код:
GetObjectPos(Nuke, x, y, z);
CreateExplosion(x, y, z, 7, 9000.999);
CreateExplosion(x, y, z+3, 7, 9000.999);
CreateExplosion(x, y, z+6, 7, 9000.999);
CreateExplosion(x, y, z+9, 7, 9000.999);
CreateExplosion(x, y, z+12, 7, 9000.999);
CreateExplosion(x, y, z+15, 7, 9000.999);
CreateExplosion(x, y, z+18, 7, 9000.999);
CreateExplosion(x, y, z+21, 7, 9000.999);
CreateExplosion(x, y, z+24, 7, 9000.999);
CreateExplosion(x, y, z+27, 7, 9000.999);
CreateExplosion(x, y, z+33, 7, 9000.999);
CreateExplosion(x, y, z+39, 7, 9000.999);
CreateExplosion(x, y, z+42,7, 9000.999);
CreateExplosion(x, y, z+45, 7, 9000.999);
CreateExplosion(x, y, z+51, 7, 9000.999);
DestroyObject(Nuke);
Reply
#4

SA:MP has limits and the 'yellow' explosion will be visible only in short distance of position. The last argument only makes the player push into opposed direction of epicenter
Reply
#5

Quote:
Originally Posted by ziomal432
SA:MP has limits and the 'yellow' explosion will be visible only in short distance of position. The last argument only makes the player push into opposed direction of epicenter
what? don't understand..
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)