08.02.2012, 22:01
new BombPlanted;
//_______________________
On CMD
if (BombPlanted ==1)
{
SendMessage( Bomb Alredy Planted!"
}
else
{
Create Object...
BombPlanted == 1;
}
}
on detonation
{
CreateExplosion
BombPlanted == 0;
}
//_________________________________________
//_______________________
On CMD
if (BombPlanted ==1)
{
SendMessage( Bomb Alredy Planted!"
}
else
{
Create Object...
BombPlanted == 1;
}
}
on detonation
{
CreateExplosion
BombPlanted == 0;
}
//_________________________________________