View Single Post
Halt
Senior Member
Join Date: Jan 2015
Location: Black Mesa
Old 05-24-2017 , 11:27   Re: Using CreateDataTimer
Reply With Quote #11

When I call ArtilleryExplosionTimer more than once in the same block it only executes the timer once. I don't understand why?

Code:
	CreateDataTimer(RandomTime, ArtilleryExplosionTimer, datapack);
	CreateDataTimer(RandomTime2, ArtilleryExplosionTimer, datapack);
I only get one explosion output. Which is whats in ArtilleryExplosionTimer, an explosion.

Last edited by Halt; 05-24-2017 at 11:29.
Halt is offline