27.10.2014, 12:29
just saw u had a timer, Change the X,Y,Z to the close object cords
pawn Код:
forward bombjebi();
public bombjebi()
{
MoveObject (Bomj, X,Y,Z, 2.0);
return 1;
}