View Single Post
Dragonshadow
BANNED
Join Date: Jun 2008
Old 07-19-2009 , 19:35   Re: Waiting without creating timers?
Reply With Quote #4

The problem I have with timers is that the uhh.. (new something = whatevver) don't go with it, so I can't , say,

PHP Code:

{
    new 
random GetRandomInt(120)
    
//stufffffffs
    
CreateTimer(5.0whateveractionclient)
}

public 
Action:whateveraction(timerstuffgoeshere)
{
    
printtochatall("The number is %i"random)

I think I could use globals but ehhhhh.
Dragonshadow is offline