20.09.2009, 15:50
Thanks ****** hang on, Count how many objects you have and in the timer do DestroyObject(1); etc and then add objects too.
Example:
-Mike.
Example:
pawn Код:
public BombTimer()
{
//=============================================[PLACE BOMB OBJECTS HERE]=================================
DestroyObject(1);
CreateObject(id,x,y,z,x,y,z);
//=======================================================================================================
return 1;
}