05.01.2011, 00:00
Hello,
Here's my code:
I want that the code waits like 5 seconds before doing another explosions. How is that possible?
Thank you,
-Alex
Here's my code:
pawn Код:
public RandFire()
{
for(new i = 0; i < 30000; i++)
{
CreateExplosion(-854.5049, 1538.4235, 22.5146, 2, 15);
}
}
Thank you,
-Alex