Auto Messages?
#6

Ofcourse they are coming too fast...

pawn Code:
SetTimer("msgs", 30000, true);
SetTimer("msgs1", 60000, true);
SetTimer("msgs2", 90000, true);
That will cause "msgs" to appear after 30 seconds.. Then It repeats, which means msgs & msgs1 will come at the same time again.
Then msgs & msgs2 will come at the same time again.
Then msgs will come 10 seconds after msgs2 again.

xD
Set "msgs2" in timer "msgs", and "msgs3" in timer "msgs2", "msgs" in timer "msgs3".
Reply


Messages In This Thread
Auto Messages? - by Luis- - 19.08.2010, 23:36
Re: Auto Messages? - by willsuckformoney - 20.08.2010, 00:00
Re: Auto Messages? - by Luis- - 20.08.2010, 00:00
Re: Auto Messages? - by willsuckformoney - 20.08.2010, 00:04
Re: Auto Messages? - by lolumadd - 20.08.2010, 00:04
Re: Auto Messages? - by Mike Garber - 20.08.2010, 04:58

Forum Jump:


Users browsing this thread: 1 Guest(s)