31.03.2011, 23:01
Hey I want to set a timer for a random time between 5 min and 1 hour and wondering if this would the be proper way of doing it?
Код:
new mrand = 300000 + random(3600000); SetTimer("SpawnFire",mrand,true);